-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.34 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
{
"private": true,
"workspaces": {
"packages": [
"api",
"web"
]
},
"devDependencies": {
"@redwoodjs/auth-auth0-setup": "4.3.1",
"@redwoodjs/core": "4.3.1",
"chromatic": "^6.17.2"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
"root": true
},
"engines": {
"node": ">=16.19 <=18.x",
"yarn": ">=1.15"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "[email protected]",
"dependencies": {
"@emotion/react": "^11.11.0",
"@reduxjs/toolkit": "^1.9.5",
"@turf/bbox": "^6.5.0",
"@turf/center": "^6.5.0",
"@vercel/kv": "^1.0.1",
"@what3words/react-components": "^4.1.2",
"axios-hooks": "^5.0.2",
"d3": "^7.9.0",
"dayjs": "^1.11.7",
"geojson2h3": "^1.2.0",
"h3-js": "^4.1.0",
"lru-cache": "^11.0.0",
"lucide-react": "^0.414.0",
"mapbox-gl": "^2.13.0",
"midi-player-js": "^2.0.16",
"papaparse": "^5.4.1",
"react-data-table-component": "^7.6.2",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^8.1.1",
"react-tooltip": "^5.27.1",
"redis": "^4.6.12",
"soundfont-player": "^0.12.0",
"styled-components": "^5.3.9",
"theme-ui": "^0.15.7",
"web": "workspace:^",
"workspace": "^0.0.1-preview.1",
"wry": "^0.0.1"
},
"msw": {
"workerDirectory": "web/public/storybook"
}
}