-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "oj-frontend",
"version": "100.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "cross-env NODE_ENV=production next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.1",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-python": "^6.0.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.10.7",
"@uiw/codemirror-theme-xcode": "^4.12.2",
"@uiw/react-codemirror": "^4.12.2",
"axios": "^0.27.2",
"cookies-next": "^2.1.1",
"hamburger-react": "^2.5.0",
"icons": "1.0.0",
"mui": "^0.0.1",
"next": "12.2.5",
"next-cookie": "^2.8.0",
"re-resizable": "^6.9.9",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "4.4.0",
"react-minimal-pie-chart": "^8.3.0",
"reactjs-copy-to-clipboard": "^0.2.0",
"sass": "^1.54.6",
"styled-components": "^5.3.5",
"styled-normalize": "^8.0.7",
"swr": "1.3.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@types/node": "18.7.14",
"@types/react": "18.0.17",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"typescript": "4.8.2"
}
}