-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.86 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.86 KB
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
{
"name": "homepage",
"version": "1.0.0",
"description": "JayZangwill 的个人主页",
"main": "index.js",
"repository": "git@github.com:JayZangwill/JayZangwill.github.io.git",
"author": "Jay Zangwill <359390851@qq.com>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --env.development",
"build": "npm run build-dll && webpack --env.production",
"build-dll": "webpack --config webpack.dll.config.js --env.production",
"release": "npm run build-dll && npm run build && node upload",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"axios": "^0.19.0",
"vue": "^2.6.10",
"vue-router": "^3.0.7"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.5.5",
"@vue/babel-preset-jsx": "^1.1.0",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.0",
"core-js": "^3.3.6",
"css-loader": "^3.0.0",
"eslint": "^6.1.0",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^4.1.0",
"global": "^4.4.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"ssh2-sftp-client": "^5.1.2",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"url-loader": "^2.0.0",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1"
}
}