-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 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
66
67
{
"name": "weeport",
"version": "2.0.0",
"description": "Weekly report generator",
"main": "index.js",
"scripts": {
"build": "webpack --config ./build/webpack.prod.config.js -p",
"dev": "webpack-dev-server --content-base dist --config ./build/webpack.dev.config.js --hot --inline",
"lint": "eslint src/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hao123-fe/weeport.git"
},
"keywords": [
"weekly",
"report"
],
"author": "Dafrok <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hao123-fe/weeport/issues"
},
"homepage": "https://github.com/hao123-fe/weeport#readme",
"dependencies": {
"immutable": "^3.8.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-shortcut-key": "^2.0.2",
"react-uwp": "^1.1.0",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clip-it": "^0.1.2",
"css-loader": "^0.28.4",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.11.2",
"html-loader": "^0.5.0",
"html-webpack-plugin": "^2.29.0",
"markdown-loader": "^2.0.1",
"prop-types": "^15.5.10",
"react-router-dom": "^4.1.2",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.9",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1",
"webpack-merge": "^4.1.0"
}
}