-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 946 Bytes
/
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
{
"name": "guoba",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "node prisma/seed"
},
"dependencies": {
"@prisma/client": "^4.1.0",
"chart.js": "^3.8.0",
"color": "^4.2.3",
"cookie": "^0.5.0",
"daisyui": "^2.19.1",
"next": "12.2.2",
"next-superjson": "^0.0.4",
"node-fetch": "^2.6.7",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"sharp": "^0.30.7",
"superjson": "^1.9.1"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/cookie": "^0.5.1",
"@types/node": "17.0.21",
"@types/node-fetch": "^2.6.2",
"@types/react": "18.0.15",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"prisma": "^4.1.0",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}