-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 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
{
"name": "htn-2020",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"async": "^3.2.0",
"autoprefixer": "^10.2.1",
"chart.js": "^2.9.4",
"cookie-signature": "^1.1.0",
"lodash": "^4.17.20",
"next": "10.0.5",
"next-session": "^3.4.0",
"node-fetch": "^2.6.1",
"pg": "^8.5.1",
"postcss": "^8.2.4",
"react": "17.0.1",
"react-chartjs-2": "^2.11.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "17.0.1",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@types/async": "^3.2.5",
"@types/cookie-signature": "^1.0.3",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.21",
"@types/node-fetch": "^2.5.8",
"@types/pg": "^7.14.8",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
}
}