-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "democracy-ui",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"homepage": "http://demokratie-live.github.io/democracy-ui",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token 35611aa5e002 --exit-zero-on-changes",
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d storybook-static"
},
"dependencies": {
"@react-theming/storybook-addon": "^1.1.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "0.61.5",
"react-native-svg-web": "^1.0.9",
"react-native-web": "^0.17.0",
"styled-components": "^5.3.0",
"typescript": "^4.2.3"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "^6.2.9",
"@types/react-native": "^0.61.5",
"@types/styled-components-react-native": "^5.1.1",
"babel-loader": "^8.2.2",
"babel-plugin-rename-jsx-attribute": "^0.2.4",
"chromatic": "^5.9.2",
"gh-pages": "^3.2.2",
"moment-random": "^1.1.0"
}
}