-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.49 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
{
"name": "website",
"version": "0.2.0",
"private": true,
"dependencies": {
"bulma": "^0.7.1",
"history": "^4.7.2",
"jsonapi-serializer": "^3.5.6",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "^1.1.4",
"redux": "^3.7.2",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.2.0",
"request": "^2.86.0",
"request-promise-native": "^1.0.5"
},
"scripts": {
"start": "npm-run-all -p watch-css start-js",
"build": "npm-run-all build-css build-js",
"start-js": "react-scripts start",
"build-js": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar --include-path ./node_modules/ src/ --output src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules src/ --output src/ --watch --recursive",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"@storybook/addon-a11y": "^3.4.6",
"@storybook/addon-actions": "^3.4.6",
"@storybook/addon-links": "^3.4.6",
"@storybook/addon-viewport": "^3.4.6",
"@storybook/addons": "^3.4.6",
"@storybook/react": "^3.4.6",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0"
}
}