-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.59 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "wukong-webapp",
"version": "1.10.10",
"description": "Wukong Web App",
"client": {
"name": "wukong-client",
"version": "0.1.5",
"description": "Wukong Client"
},
"private": true,
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"dotenv": "^7.0.0",
"eslint": "^5.15.1",
"eslint-plugin-react": "^7.12.4",
"favicons-webpack-plugin": "^0.0.9",
"file-loader": "^3.0.1",
"font-awesome": "^4.7.0",
"generate-json-webpack-plugin": "^0.3.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.5.0",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.5.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"offline-plugin": "^5.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"pre-commit": "^1.2.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-css-modules": "^4.7.9",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.4",
"react-event-listener": "^0.6.6",
"react-hot-loader": "^4.8.0",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"reselect": "^4.0.0",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"start": "webpack-dev-server --config-name webapp --mode development",
"build": "run-p build:*",
"build:client": "webpack --config-name client --mode production",
"build:webapp": "webpack --config-name webapp --mode production",
"test": "run-s test:*",
"test:lint": "run-p test:lint:*",
"test:lint:js": "eslint \"**/*.js\"",
"test:lint:css": "stylelint \"**/*.css\"",
"test:jest": "jest",
"clean": "rimraf build *.tgz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GyrosWorkshop/WukongWeb.git"
},
"author": "gyrosworkshop",
"license": "MIT",
"bugs": {
"url": "https://github.com/GyrosWorkshop/WukongWeb/issues"
},
"homepage": "https://github.com/GyrosWorkshop/WukongWeb#readme"
}