-
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": "polis-storybook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --output-dir dist/storybook",
"build-storybook-branch": "npm install && npm run build-storybook"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@storybook/addon-a11y": "8.3.2",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/react-webpack5": "^8.3.2",
"@storybook/test": "^8.3.2",
"jquery": "~2.1.4",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "7.2.2",
"react-router-dom": "^5.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"storybook": "^8.3.2",
"storybook-branch-switcher": "^0.5.0"
},
"dependencies": {
"@react-spring/web": "^9.7.4",
"color": "~4.2.3",
"d3-array": "1.0.2",
"d3-contour": "~1.1.2",
"d3-force": "~1.2.1",
"d3-geo": "1.5.0",
"d3-scale": "1.0.4",
"d3-scale-chromatic": "~1.1.1",
"d3-voronoi": "1.1.1",
"hull.js": "^0.2.11",
"radium": "^0.26.2",
"react-chat-widget": "^3.0.5",
"react-easy-emoji": "^1.8.1",
"react-use-measure": "^2.1.1",
"styled-components": "^6.1.13",
"theme-ui": "^0.3.5",
"victory-core": "~36.6.8"
}
}