This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
forked from NYU-COMMON-ITP/web-nyu-2022-isp-algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.7 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
{
"name": "hello-next",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"test": "jest --watch",
"postinstall": "prisma generate",
"heroku-postbuild": "npm run build"
},
"engines": {
"node": "16.14.0"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@devexpress/dx-react-chart-material-ui": "^3.0.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.4.2",
"@mui/styles": "^5.5.1",
"@mui/x-data-grid": "^5.5.1",
"@prisma/client": "^3.12.0",
"chart.js": "^3.7.1",
"google-geocoder": "^0.2.1",
"namor": "^2.0.3",
"next": "^12.1.0",
"pg": "^8.7.3",
"react": "17.0.2",
"react-chartjs-2": "^4.1.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.29.0",
"react-markdown": "8.0.0",
"react-table": "^7.7.0",
"styled-components": "^5.3.3",
"superjson": "^1.8.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.10",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"autoprefixer": "10.4.2",
"cypress": "^9.4.1",
"eslint": "^8.9.0",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "^27.5.1",
"postcss": "8.4.6",
"prettier": "2.5.1",
"prisma": "^3.12.0",
"tailwindcss": "3.0.22",
"typescript": "4.5.5"
}
}