-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1010 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
{
"name": "pythia-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build-test": "NODE_ENV=test next build",
"start-test": "NODE_ENV=test next start",
"build-prod": "next build",
"start-prod": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.26.1",
"chartjs-chart-geo": "^3.7.2",
"chartjs-chart-treemap": "^2.0.2",
"chartjs-plugin-annotation": "^1.4.0",
"formik": "^2.2.9",
"next": "12.1.4",
"react": "18.0.0",
"react-chartjs-2": "^4.1.0",
"react-csv": "^2.2.2",
"react-dom": "18.0.0",
"usehooks-ts": "^2.5.1"
},
"devDependencies": {
"@iconify/react": "^3.2.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
}
}