-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.33 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": "saps",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8081",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.133",
"@mui/material": "^5.13.4",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-date-pickers": "^6.7.0",
"@tanstack/react-query": "^4.29.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/mapbox-gl": "^2.7.11",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"axios": "^1.5.0",
"dayjs": "^1.11.8",
"dotenv": "^16.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"json-loader": "^0.5.7",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^3.0.1",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"styled-components": "^5.3.11",
"typescript": "5.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/styled-components": "^5.1.26",
"jest": "^29.5.0",
"ts-jest": "^29.1.0"
}
}