generated from hack4impact-utk/nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "uw-grant-management",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prepare": "husky install",
"import-data": "tsx src/scripts/importReports.ts",
"create-dummy-reports": "tsx src/scripts/createDummyReports.ts"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^7.10.0",
"@types/geojson": "^7946.0.14",
"@types/papaparse": "^5.3.14",
"Grid": "link:@mui/material/Grid",
"aws4": "^1.12.0",
"chart.js": "^4.4.2",
"chroma": "^0.0.1",
"chroma-js": "^2.4.2",
"cors": "^2.8.5",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"geojson": "^0.5.0",
"leaflet": "^1.9.4",
"lodash.debounce": "^4.0.8",
"material-ui-confirm": "^3.0.16",
"mongoose": "^7.6.11",
"next": "14.1.0",
"next-auth": "^4.24.7",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.22.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.1",
"@types/chroma-js": "^2.4.4",
"@types/d3-scale": "^4.0.8",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.9.11",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"tsx": "^4.7.2",
"typescript": "5.2.2"
}
}