forked from wooramy/enertalk-future-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 894 Bytes
/
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
{
"name": "enertalk-future-card",
"version": "0.2.0",
"private": true,
"homepage": "http://yongdamsh.github.io/enertalk-future-card",
"devDependencies": {
"eslint": "^3.9.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.3.0",
"react-scripts": "0.7.0"
},
"dependencies": {
"@kadira/storybook": "^2.20.1",
"@kadira/storybook-addon-knobs": "^1.3.0",
"enzyme": "^2.4.1",
"react": "^15.4.0",
"react-addons-test-utils": "^15.4.0",
"react-dom": "^15.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9001 -c .storybook",
"build-storybook": "build-storybook -s public -o .out"
}
}