-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.78 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "kardan-code-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@babel/runtime": "^7.23.8",
"@codemirror/autocomplete": "^6.12.0",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lint": "^6.4.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.1",
"@coreui/react": "^4.11.1",
"@emotion/react": "^11.11.3",
"@emotion/serialize": "^1.1.3",
"@emotion/styled": "^11.11.0",
"@floating-ui/react-dom": "^2.0.7",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@juggle/resize-observer": "^3.4.0",
"@lordicon/react": "^1.4.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@mui/styles": "^5.15.0",
"@nivo/bar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@nivo/line": "^0.84.0",
"@nivo/pie": "^0.84.0",
"@react-pdf/renderer": "^3.3.8",
"@react-spring/web": "^9.7.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tsparticles/engine": "^3.2.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.2.1",
"antd": "^5.14.0",
"babel-preset-react-app": "^10.0.1",
"chart.js": "^4.4.1",
"codemirror": "^6.0.1",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.3",
"jspdf": "^2.5.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-codemirror2": "^7.3.0",
"react-confetti": "^6.1.0",
"react-datepicker": "^5.0.0",
"react-dom": "^18.2.0",
"react-parallax-tilt": "^1.7.209",
"react-resizable": "^3.0.5",
"react-rnd": "^10.4.1",
"react-router-dom": "^6.20.1",
"react-scripts": "5.0.1",
"react-spring": "^9.7.3",
"react-tilt": "^1.0.2",
"recharts": "^2.10.4",
"sass": "^1.69.5",
"three": "^0.159.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"tailwindcss": "^3.3.5"
}
}