-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "Notezy",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.2.0",
"@material-ui/icons": "^3.0.0",
"axios": "^0.16.1",
"history": "^4.6.1",
"lodash": "^4.17.10",
"material-ui": "^0.18.1",
"prop-types": "^15.5.10",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-flexbox-grid": "^2.1.2",
"react-fontawesome": "^1.6.1",
"react-redux": "^5.0.5",
"react-router": "^2.0.0",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"redux-form-material-ui": "^4.2.0",
"redux-thunk": "^2.2.0",
"uuid": "^3.3.2",
"whatwg-fetch": "^2.0.3"
},
"proxy": "",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.1.0",
"gh-pages": "^1.0.0",
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "npm run build&&gh-pages -d build"
}
}