-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "shared-react-components",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 3000",
"build-storybook": "storybook build",
"create-new-component": "node ./utils/create-new-component"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@auth0/auth0-react": "^2.2.4",
"@chromatic-com/storybook": "^1.8.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.14.10",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass-embedded": "^1.78.0",
"storybook": "^8.2.9"
},
"dependencies": {
"@fontsource/ibm-plex-sans": "^5.1.0",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@turf/area": "^7.1.0",
"@turf/centroid": "^7.1.0",
"chroma-js": "^3.0.0",
"mapbox-gl": "^3.6.0",
"recharts": "^2.13.3",
"turf": "^3.0.14"
},
"peerDependencies": {
"@auth0/auth0-react": "^2.2.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.14.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}