-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.66 KB
/
package.json
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
{
"name": "create-react-app-starter",
"version": "0.1.0",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"serve": "^14.2.0",
"web-vitals": "^3.3.1",
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/lang-python": "^6.1.2",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@reduxjs/toolkit": "^1.9.5",
"@uiw/codemirror-theme-abcdef": "^4.19.9",
"@uiw/codemirror-theme-androidstudio": "^4.19.9",
"@uiw/codemirror-theme-atomone": "^4.19.9",
"@uiw/codemirror-theme-aura": "^4.19.9",
"@uiw/codemirror-theme-bbedit": "^4.19.9",
"@uiw/codemirror-theme-bespin": "^4.19.9",
"@uiw/codemirror-theme-darcula": "^4.19.9",
"@uiw/codemirror-theme-dracula": "^4.19.9",
"@uiw/codemirror-theme-duotone": "^4.19.9",
"@uiw/codemirror-theme-eclipse": "^4.19.9",
"@uiw/codemirror-theme-github": "^4.19.9",
"@uiw/codemirror-theme-gruvbox-dark": "^4.19.9",
"@uiw/codemirror-theme-material": "^4.19.9",
"@uiw/codemirror-theme-noctis-lilac": "^4.19.9",
"@uiw/codemirror-theme-nord": "^4.19.9",
"@uiw/codemirror-theme-okaidia": "^4.19.9",
"@uiw/codemirror-theme-solarized": "^4.19.9",
"@uiw/codemirror-theme-sublime": "^4.19.9",
"@uiw/codemirror-theme-tokyo-night": "^4.19.9",
"@uiw/codemirror-theme-vscode": "^4.19.9",
"@uiw/codemirror-theme-xcode": "^4.19.9",
"@uiw/react-codemirror": "^4.19.9",
"axios": "^1.3.3",
"bootstrap": "^5.2.3",
"codemirror": "^6.0.1",
"framer-motion": "^10.11.6",
"multer": "^1.4.5-lts.1",
"quill": "^1.3.7",
"react-bootstrap": "^2.7.2",
"react-cropper": "^2.3.3",
"react-easy-crop": "^4.7.4",
"react-icons": "^4.8.0",
"react-image-crop": "^10.0.9",
"react-image-file-resizer": "^0.4.8",
"react-infinite-scroll-hook": "^4.1.1",
"react-redux": "^8.0.5",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.8.2",
"react-toastify": "^9.1.3",
"recharts": "^2.6.2",
"redux": "^4.2.1",
"safe-eval": "^0.4.1",
"sass": "^1.58.3",
"socket.io-client": "^4.6.1"
},
"scripts": {
"dev": "react-scripts start",
"start": "npm install -g serv serve -s build",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}