-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "next-planning-app",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.3.1",
"@supabase/supabase-js": "^1.25.2",
"@types/body-parser": "^1.19.1",
"@types/cookie-parser": "^1.4.2",
"@types/socket.io": "^3.0.2",
"@zeit/next-css": "^1.0.1",
"body-parser": "^1.19.0",
"calculate-size": "^1.1.1",
"cookie-parser": "^1.4.5",
"css-loader": "^6.5.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-validator": "^6.13.0",
"framer-motion": "^5.2.1",
"install": "^0.13.0",
"monaco-editor": "^0.30.0",
"monaco-editor-webpack-plugin": "^6.0.0",
"next": "12.0.2",
"next-transpile-modules": "^9.0.0",
"npm": "^8.1.3",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"sass": "^1.43.4",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2",
"swr": "^1.0.1",
"ts-node": "^10.4.0",
"typescript": "4.4.4"
},
"devDependencies": {
"@iconify/react": "^3.2.1",
"@types/express": "^4.17.13",
"@types/node": "^16.11.6",
"@types/react": "17.0.33",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "4.4.4"
}
}