vite-plugin-pages2 0.34.0 → 0.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +116 -132
package/package.json
CHANGED
|
@@ -1,132 +1,116 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "vite-plugin-pages2",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "0.34.
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"vue",
|
|
18
|
-
"
|
|
19
|
-
"react",
|
|
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
|
-
"client-
|
|
47
|
-
"client
|
|
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
|
-
"@types/
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
},
|
|
118
|
-
"pnpm": {
|
|
119
|
-
"peerDependencyRules": {
|
|
120
|
-
"allowedVersions": {
|
|
121
|
-
"eslint": "*"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"overrides": {
|
|
125
|
-
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.44",
|
|
126
|
-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
|
|
127
|
-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44",
|
|
128
|
-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
|
|
129
|
-
"side-channel": "npm:@nolyfill/side-channel@^1.0.44"
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "vite-plugin-pages2",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.34.1",
|
|
5
|
+
"description": "File system base vue-router plugin for Vite",
|
|
6
|
+
"author": "wuc656 <wuc656@gmail.com>, hannoeru <me@hanlee.co>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/wuc656/vite-plugin-pages",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/wuc656/vite-plugin-pages.git"
|
|
12
|
+
},
|
|
13
|
+
"bugs": "https://github.com/wuc656/vite-plugin-pages/issues",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"vite",
|
|
16
|
+
"vue",
|
|
17
|
+
"vue-router",
|
|
18
|
+
"react",
|
|
19
|
+
"react-router",
|
|
20
|
+
"solid-js",
|
|
21
|
+
"@solidjs/router",
|
|
22
|
+
"file-system-based",
|
|
23
|
+
"routing"
|
|
24
|
+
],
|
|
25
|
+
"exports": {
|
|
26
|
+
".": {
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
28
|
+
"import": "./dist/index.js",
|
|
29
|
+
"require": "./dist/index.cjs"
|
|
30
|
+
},
|
|
31
|
+
"./client": {
|
|
32
|
+
"types": "./client.d.ts"
|
|
33
|
+
},
|
|
34
|
+
"./client-react": {
|
|
35
|
+
"types": "./client-react.d.ts"
|
|
36
|
+
},
|
|
37
|
+
"./client-solid": {
|
|
38
|
+
"types": "./client-solid.d.ts"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"main": "dist/index.js",
|
|
42
|
+
"types": "dist/index.d.ts",
|
|
43
|
+
"files": [
|
|
44
|
+
"LICENSE",
|
|
45
|
+
"client-react.d.ts",
|
|
46
|
+
"client-solid.d.ts",
|
|
47
|
+
"client.d.ts",
|
|
48
|
+
"dist"
|
|
49
|
+
],
|
|
50
|
+
"peerDependencies": {
|
|
51
|
+
"@vue/compiler-sfc": "^2.7.0 || ^3.0.0",
|
|
52
|
+
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
53
|
+
},
|
|
54
|
+
"peerDependenciesMeta": {
|
|
55
|
+
"@solidjs/router": {
|
|
56
|
+
"optional": true
|
|
57
|
+
},
|
|
58
|
+
"@vue/compiler-sfc": {
|
|
59
|
+
"optional": true
|
|
60
|
+
},
|
|
61
|
+
"react-router": {
|
|
62
|
+
"optional": true
|
|
63
|
+
},
|
|
64
|
+
"vue-router": {
|
|
65
|
+
"optional": true
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"@types/debug": "^4.1.12",
|
|
70
|
+
"debug": "^4.4.1",
|
|
71
|
+
"dequal": "^2.0.3",
|
|
72
|
+
"extract-comments": "^1.1.0",
|
|
73
|
+
"json5": "^2.2.3",
|
|
74
|
+
"local-pkg": "^1.1.1",
|
|
75
|
+
"micromatch": "^4.0.8",
|
|
76
|
+
"picocolors": "^1.1.1",
|
|
77
|
+
"tinyglobby": "^0.2.14",
|
|
78
|
+
"yaml": "^2.8.0"
|
|
79
|
+
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"@antfu/eslint-config": "^4.17.0",
|
|
82
|
+
"@antfu/utils": "^9.2.0",
|
|
83
|
+
"@solidjs/router": "^0.15.3",
|
|
84
|
+
"@types/micromatch": "^4.0.9",
|
|
85
|
+
"@types/node": "^24.0.14",
|
|
86
|
+
"@vitest/ui": "^3.2.4",
|
|
87
|
+
"@vue/compiler-sfc": "^3.5.17",
|
|
88
|
+
"bumpp": "^10.2.0",
|
|
89
|
+
"eslint": "^9.31.0",
|
|
90
|
+
"esno": "^4.8.0",
|
|
91
|
+
"playwright": "^1.54.1",
|
|
92
|
+
"react": "^19.1.0",
|
|
93
|
+
"react-router": "^7.6.3",
|
|
94
|
+
"solid-js": "^1.9.7",
|
|
95
|
+
"tsup": "^8.5.0",
|
|
96
|
+
"typescript": "^5.8.3",
|
|
97
|
+
"vite": "^7.0.4",
|
|
98
|
+
"vitest": "^3.2.4",
|
|
99
|
+
"vue": "^3.5.17",
|
|
100
|
+
"vue-router": "^4.5.1"
|
|
101
|
+
},
|
|
102
|
+
"scripts": {
|
|
103
|
+
"dev": "npm run build -- --watch --ignore-watch examples",
|
|
104
|
+
"build": "tsup",
|
|
105
|
+
"play": "pnpm --filter vue dev",
|
|
106
|
+
"play:react": "pnpm --filter react dev",
|
|
107
|
+
"release": "bumpp --commit --tag --push && npm publish",
|
|
108
|
+
"publish:ci": "esno scripts/publish.ts",
|
|
109
|
+
"test": "vitest",
|
|
110
|
+
"test:e2e": "vitest -c vitest.config.e2e.ts",
|
|
111
|
+
"test:ui": "vitest --ui",
|
|
112
|
+
"lint": "eslint .",
|
|
113
|
+
"lint:fix": "eslint . --fix",
|
|
114
|
+
"type-check": "tsc --noEmit"
|
|
115
|
+
}
|
|
116
|
+
}
|