-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 902 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 902 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 7000"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@cred/neopop-web": "^1.0.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"axios": "^1.1.3",
"mongoose": "^6.7.2",
"next": "latest",
"next-auth": "^4.17.0",
"next-pwa": "^5.6.0",
"pnpm": "^7.28.0",
"randomstring": "^1.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.6",
"swr": "^2.0.0",
"webpack": "^5.75.0"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/randomstring": "^1.1.8",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}