-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.88 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": "lesson",
"version": "0.0.1",
"scripts": {
"start": "npls ./bin/www.lua",
"dev": "webpack-dev-server --config webpack.dev.js --history-api-fallback",
"build": "webpack --config webpack.prod.js"
},
"description": "lesson project",
"author": "CaoYongfeng <me@caoyongfeng.com>",
"dependencies": {
"cors": "*",
"express": "*",
"lustache": "*",
"mysql": "*",
"qs": "^6.5.2"
},
"devDependencies": {
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"del": "^3.0.0",
"eslint": "^4.1.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.1.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-chmod": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-less": "^3.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"prettier": "^1.13.5",
"pump": "^1.0.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-hot-loader": "^4.3.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"through-gulp": "^0.5.0",
"tree-kill": "^1.1.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/caoyongfeng0214/lesson.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/caoyongfeng0214/lesson/issues"
},
"homepage": "https://github.com/caoyongfeng0214/lesson#readme"
}