-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.08 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": "space-station-vue",
"version": "1.0.0",
"description": "中国空间站",
"main": "./src/main.js",
"scripts": {
"dev": "webpack-dev-server --progress --config config/webpack.dev.js",
"stage": "node config/webpack.stage.js",
"build": "node config/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snrthn/space-station-vue.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/snrthn/space-station-vue/issues"
},
"homepage": "https://github.com/snrthn/space-station-vue#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/runtime-corejs2": "^7.14.6",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"bufferutil": "^4.0.5",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"css-minimizer-webpack-plugin": "^3.1.1",
"eslint": "^7.24.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.9.0",
"eslint-webpack-plugin": "^3.1.0",
"fibers": "^5.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.1.0",
"less": "^4.1.1",
"less-loader": "^8.1.1",
"mini-css-extract-plugin": "^1.3.8",
"node-sass": "^6.0.1",
"ora": "^5.4.0",
"portfinder": "^1.0.28",
"postcss-loader": "^5.0.0",
"sass": "^1.32.10",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "^4.1.1",
"utf-8-validate": "^5.0.7",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.6.2",
"webpack": "^5.22.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"webpack-merge": "^5.7.3"
}
}