-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "game-of-life",
"version": "0.1.0",
"private": true,
"dependencies": {
"@storybook/addon-options": "3.4.5",
"clipboard-copy": "^2.0.0",
"flow-typed": "^2.4.0",
"html-react-parser": "^0.4.6",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "start-storybook -p 9009 -s public",
"build": "build-storybook -s public",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@storybook/addon-actions": "3.4.5",
"@storybook/addon-links": "3.4.5",
"@storybook/addons": "3.4.5",
"@storybook/react": "3.4.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-flow": "^6.23.0",
"babel-runtime": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.47.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"flow-bin": "^0.72.0"
}
}