-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.35 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
{
"name": "2019_castrol_owned-media_admin_frontend",
"version": "1.0.0",
"description": "#### Description 嘉实多 owned meida 小程序 后台管理系统",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run dev",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"build": "cross-env NODE_ENV=production webpack --mode production --config build/webpack.prod.conf.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/normcore-tech/2019_castrol_owned-media_admin_frontend.git"
},
"author": "Luna Zhou",
"license": "ISC",
"dependencies": {
"jquery": "^3.4.1",
"jquery-pjax": "^2.0.1",
"lodash": "^4.17.14"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-config-nc_ursa": "^0.1.3",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^9.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-notifier": "^5.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"portfinder": "^1.0.20",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"transfer-webpack-plugin": "^0.1.4",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^2.0.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
},
"browserslist": [
"defaults",
"> 1%",
"last 4 versions",
"ie >= 8",
"Firefox >= 20",
"Safari >= 5",
"ios >= 6"
]
}