-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "vite-vue-route-generator",
"version": "1.2.3",
"description": "Automate the tedious task of creating Vue Router configurations. Simply define your page components, and let this plugin handle the rest. 根据页面文件目录树,自动生成路由配置。",
"homepage": "https://github.com/weiquanju/vite-vue-route-generator",
"keywords": [
"Vue",
"Vite",
"Vue Router",
"generator",
"routing"
],
"author": "weiquanju",
"license": "MIT",
"files": [
"*"
],
"dependencies": {
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@babel/types": "^7.17.10",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"esbuild": "^0.23.0",
"npm-dts": "^1.3.12",
"typescript": "~5.4.0",
"vite": "^2.9.0"
},
"scripts": {
"build": "node build.js"
},
"bugs": {
"url": "https://github.com/weiquanju/vite-vue-route-generator/issues"
},
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}