-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.99 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
59
60
61
62
63
64
65
{
"name": "foldable",
"version": "0.1.0",
"private": true,
"dependencies": {
"react-dom": "^16.7.0",
"react": "^16.7.0",
"redux-loop": "^4.5.2",
"redux": "^4.0.1",
"styled-components": "^4.1.3",
"styled-normalize": "^8.0.4"
},
"scripts": {
"build:all": "run-p build build:storybook build:styleguide",
"build:storybook": "build-storybook -s public",
"build:styleguide": "styleguidist build",
"build": "react-scripts build",
"cypress:open": "wait-on http://localhost:3000 && cypress open",
"cypress:run": "wait-on http://localhost:3000 && cypress run",
"eject": "react-scripts eject",
"start:no-browser": "BROWSER=none react-scripts start",
"start": "react-scripts start",
"storybook": "start-storybook -p 9009 -s public",
"styleguide": "styleguidist server",
"test:cypress:run": "run-p start:no-browser cypress:run",
"test:cypress": "run-p start:no-browser cypress:open",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@storybook/addon-actions": "^4.1.6",
"@storybook/addon-info": "^4.1.6",
"@storybook/addon-links": "^4.1.6",
"@storybook/addons": "^4.1.6",
"@storybook/react": "^4.1.6",
"@types/jest": "^23.3.12",
"@types/node": "10.12.18",
"@types/react-dom": "16.0.11",
"@types/react": "16.7.18",
"@types/storybook__react": "^4.0.0",
"@types/styled-components": "^4.1.5",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "8.0.4",
"babel-plugin-module-resolver": "^3.1.1",
"cypress": "^3.2.0",
"jest": "^23.6.0",
"npm-run-all": "^4.1.5",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-docgen-typescript": "^1.12.3",
"react-scripts": "2.1.3",
"react-styleguidist": "^8.0.6",
"ts-jest": "^23.10.5",
"typescript": "3.2.2",
"wait-on": "^3.2.0"
}
}