-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "react-two-dots",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"body-scroll-lock": "^2.3.8",
"debug": "^3.1.0",
"history": "^4.7.2",
"lodash": "^4.17.10",
"normalize.css": "^8.0.0",
"pepjs": "^0.4.3",
"prop-types": "^15.6.1",
"rc-hammerjs": "^0.6.9",
"rc-switch": "^1.6.0",
"react": "^16.3.2",
"react-countup": "^3.0.3",
"react-dom": "^16.3.2",
"react-github-corner": "^2.3.0",
"react-loadable": "^5.3.1",
"react-modal": "^3.4.4",
"react-pointable": "^1.1.1",
"react-redux": "^5.0.7",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"react-transition-group": "^2.3.1",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"styled-components": "^3.2.6"
},
"scripts": {
"start": "NODE_ENV=development react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.3",
"@storybook/addon-knobs": "^3.4.3",
"@storybook/addon-links": "^3.4.3",
"@storybook/addon-options": "^3.4.3",
"@storybook/addons": "^3.4.3",
"@storybook/react": "^3.4.3",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0"
}
}