-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.25 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
{
"name": "vitescv",
"version": "2.1.4",
"type": "module",
"packageManager": "[email protected]",
"description": "A cli tool for vite & vue2.7",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"keywords": [
"vitescv",
"vite",
"vue",
"rollup",
"cli"
],
"bin": {
"vitescv": "./bin/cli.js"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"homepage": "https://github.com/cczw2010/vitescv",
"repository": {
"type": "git",
"url": "git+https://github.com/cczw2010/vitescv.git"
},
"files": [
"src",
"bin",
"tpl",
"vite.config.js"
],
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/parser": "^7.23.9",
"@rollup/plugin-commonjs": "^25.0.7",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"core-js": "^3.35.0",
"estree-walker": "^3.0.3",
"hash-sum": "^2.0.0",
"lodash.template": "^4.5.0",
"magic-string": "^0.26.7",
"minimatch": "^5.1.6",
"sass": "~1.32.13",
"terser": "^5.26.0",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"vue": "^2.7.16",
"vue-router": "^3.6.5"
},
"exports": {
"./app": "./src/app.js",
"./viteconfig": "./vite.config.js"
}
}