-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.96 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-boilerplate",
"version": "1.0.0",
"description": "React boilerplate: React + Immutable + ESLint + React Router + Lodash + React Toolbox",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --progress",
"build": "npm run clean && NODE_ENV=production node_modules/.bin/webpack --config ./webpack.production.config.js --progress",
"clean": "rm -rf build/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roadev/react-blog.git"
},
"keywords": [
"react",
"react",
"blog"
],
"author": "Juan Roa",
"license": "MIT",
"bugs": {
"url": "https://github.com/roadev/react-blog/issues"
},
"homepage": "https://github.com/roadev/react-blog#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"react-hot-loader": "^3.0.0",
"react-transform-hmr": "^1.0.4",
"url-loader": "^0.6.2",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"@material-ui/core": "^1.2.2",
"@material-ui/icons": "^1.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"prop-types": "^15.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-immutable-proptypes": "^2.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"styled-components": "^3.3.2",
"webpack": "^3.10.0"
}
}