-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hookform/resolvers": "^2.9.11",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@next/font": "13.1.6",
"@types/mapbox-gl": "^2.7.10",
"ag-grid-community": "^29.1.0",
"ag-grid-react": "^29.1.0",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"cloudinary-react": "^1.8.1",
"compression": "^1.7.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonfile": "^6.1.0",
"mapbox-gl": "^2.13.0",
"material-table": "^2.0.3",
"material-ui-search-bar": "^1.0.0",
"mongoose": "^7.0.3",
"multer": "^1.4.5-lts.1",
"next": "13.1.6",
"next-connect": "^0.13.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-router-dom": "^6.8.2",
"xss-clean": "^0.1.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4",
"typescript": "5.1.6"
}
}