-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.92 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": "dm",
"version": "0.1.2",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress",
"start": "NODE_ENV=development node server.js",
"pretty": "prettier --single-quote --write 'src/**/*.{js,scss}'",
"deploy": "rm -rf public/*.map && deploy -d public -b gh-pages"
},
"keywords": [
"react",
"douban",
"movie"
],
"author": "Han Haishan <[email protected]> (htttp://haishan.me)",
"repository": {
"type": "git",
"url": "https://github.com/haishanh/doba-react.git"
},
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.2.3",
"history": "^4.6.3",
"prop-types": "^15.5.10",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.1.2",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reqwest": "^2.0.5"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.2.0",
"autoprefixer": "^9.4.3",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.15.3",
"react-hot-loader": "^4.6.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^4.1.3",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-command": "^0.4.1",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.3"
}
}