-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 947 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
31
32
{
"name": "material-ui-rulecounter",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-react-app": "^3.0.3",
"eslint-plugin-flowtype": "^2.37.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"ignore-styles": "^5.0.1",
"jss-preset-default": "^4.0.0",
"material-ui": "^1.0.0-beta.13",
"morgan": "^1.9.0",
"raw-body": "^2.3.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-jss": "^7.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"redux": "^3.7.2"
},
"scripts": {
"start": "react-scripts start",
"start:server": "set NODE_ENV=production&& node server/index.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}