-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "poker-table",
"version": "0.1.0",
"private": true,
"dependencies": {
"@storybook/addon-knobs": "^3.2.5",
"@storybook/react": "^3.2.5",
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-rangeslider": "^2.1.0",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"styled-components": "^2.1.2"
},
"devDependencies": {
"@storybook/addon-options": "^3.2.4",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"react-cosmos-redux-proxy": "^2.0.0-beta.20",
"react-cosmos-webpack": "^2.0.0-beta.21",
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"cosmos": "NODE_ENV=development cosmos",
"storybook": "start-storybook -p 3200 -s public",
"build-storybook": "build-storybook -s public"
}
}