-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
47
48
49
50
51
52
53
54
{
"name": "vet-react",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack -p",
"deploy": "git push -f origin `git subtree split --prefix dist develop`:gh-pages",
"develop": "webpack-dashboard -- webpack-dev-server",
"lint": "eslint src"
},
"dependencies": {
"file-loader": "^0.11.2",
"history": "^4.7.1",
"material-ui": "^0.19.0",
"moment": "^2.18.1",
"prop-types": "^15.5.8",
"qhistory": "^1.0.0",
"qs": "^6.5.0",
"react": "^15.5.4",
"react-css-modules": "^4.0.5",
"react-dom": "^15.5.4",
"react-ga": "^2.2.0",
"react-hot-loader": "next",
"react-media": "^1.6.1",
"react-redux": "^5.0.4",
"react-redux-firebase": "^1.5.0-alpha",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^7.0.0",
"favicons-webpack-plugin": "^0.0.7",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"webpack": "^2.4.1",
"webpack-dashboard": "^0.4.0",
"webpack-dev-server": "^2.4.5"
}
}