-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@slack/web-api": "^6.8.0",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.4",
"@types/luxon": "^3.4.2",
"@visx/hierarchy": "^2.10.0",
"@visx/responsive": "^2.10.0",
"framer-motion": "^7.6.1",
"luxon": "^3.4.4",
"mapbox-gl": "^2.15.0",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.5"
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.13",
"@types/node": "^18.11.5",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
}
}