-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.69 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
{
"name": "code-rush",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build:css": "postcss tailwind.css -o tailwind.min.css",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.11",
"chart.js": "^3.9.1",
"date-fns": "^2.29.2",
"framer-motion": "^7.5.1",
"highlight.js": "^11.8.0",
"ky": "^0.31.3",
"ky-universal": "^0.10.1",
"local-storage": "^2.0.0",
"mini-css-extract-plugin": "^2.7.6",
"next": "^13.5.2",
"nextjs-progressbar": "^0.0.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-jss": "^10.10.0",
"react-modal": "^3.16.1",
"react-switch": "^7.0.0",
"react-toastify": "^9.0.8",
"sharp": "^0.31.1",
"socket.io-client": "^2",
"socketio-latest": "npm:socket.io-client",
"swr": "^2.0.3",
"zustand": "^4.1.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.16.0",
"@types/socket.io-client": "^1.4.36",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"prettier": "2.7.1",
"svg-url-loader": "^8.0.0",
"tailwindcss": "^3.1.8",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2"
}
}