-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
Copy pathpackage.json
100 lines (100 loc) · 2.71 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@vue/cli-service",
"version": "4.0.0-alpha.1",
"description": "local service for vue-cli projects",
"main": "lib/Service.js",
"typings": "types/index.d.ts",
"bin": {
"vue-cli-service": "bin/vue-cli-service.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
"directory": "packages/@vue/cli-service"
},
"keywords": [
"vue",
"cli"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
"homepage": "https://cli.vuejs.org/",
"dependencies": {
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
"@vue/cli-overlay": "^4.0.0-alpha.1",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"@vue/component-compiler-utils": "^2.6.0",
"@vue/preload-webpack-plugin": "^1.1.0",
"@vue/web-component-wrapper": "^1.2.0",
"acorn": "^6.1.1",
"acorn-walk": "^6.1.1",
"address": "^1.1.0",
"autoprefixer": "^9.5.1",
"browserslist": "^4.6.0",
"cache-loader": "^3.0.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^2.4.2",
"cli-highlight": "^2.1.1",
"clipboardy": "^2.0.0",
"cliui": "^5.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"current-script-polyfill": "^1.0.0",
"debug": "^4.1.1",
"dotenv": "^8.0.0",
"dotenv-expand": "^5.1.0",
"file-loader": "^3.0.1",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"hash-sum": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"launch-editor-middleware": "^2.2.1",
"lodash.defaultsdeep": "^4.6.0",
"lodash.mapvalues": "^4.6.0",
"lodash.transform": "^4.6.0",
"mini-css-extract-plugin": "^0.6.0",
"minimist": "^1.2.0",
"ora": "^3.4.0",
"portfinder": "^1.0.20",
"postcss-loader": "^3.0.0",
"read-pkg": "^5.1.1",
"semver": "^6.1.0",
"slash": "^3.0.0",
"source-map-url": "^0.4.0",
"ssri": "^6.0.1",
"string.prototype.padend": "^3.0.0",
"terser-webpack-plugin": "^1.3.0",
"thread-loader": "^2.1.2",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"webpack": ">=4 < 4.29",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-chain": "^6.0.0",
"webpack-dev-server": "^3.4.1",
"webpack-merge": "^4.2.1",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"vue-template-compiler": "^2.0.0"
},
"devDependencies": {
"fibers": ">= 3.1.1 <5.0.0",
"sass": "^1.19.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
}
}