@xuranxys/cli 1.0.0 → 1.0.2
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/README.md +14 -4
- package/config/prettier/.prettierignore +60 -0
- package/{templates/tsdown-template → config/prettier}/.prettierrc.json +11 -19
- package/dist/index.js +8717 -35644
- package/package.json +44 -31
- package/templates/react-template/.vscode/extensions.json +0 -3
- package/templates/react-template/LICENSE +0 -21
- package/templates/react-template/README.md +0 -76
- package/templates/react-template/eslint.config.js +0 -23
- package/templates/react-template/index.html +0 -13
- package/templates/react-template/package.json +0 -29
- package/templates/react-template/public/vite.svg +0 -1
- package/templates/react-template/src/App.css +0 -42
- package/templates/react-template/src/App.tsx +0 -35
- package/templates/react-template/src/assets/react.svg +0 -1
- package/templates/react-template/src/index.css +0 -68
- package/templates/react-template/src/main.tsx +0 -10
- package/templates/react-template/src/vite-env.d.ts +0 -1
- package/templates/react-template/tsconfig.app.json +0 -27
- package/templates/react-template/tsconfig.json +0 -7
- package/templates/react-template/tsconfig.node.json +0 -25
- package/templates/react-template/vite.config.ts +0 -7
- package/templates/tsdown-template/LICENSE +0 -21
- package/templates/tsdown-template/README.md +0 -15
- package/templates/tsdown-template/package.json +0 -19
- package/templates/tsdown-template/pnpm-lock.yaml +0 -569
- package/templates/tsdown-template/src/index.ts +0 -3
- package/templates/tsdown-template/tsconfig.json +0 -33
- package/templates/tsdown-template/tsdown.config.ts +0 -6
- package/templates/vue-template/.vscode/extensions.json +0 -3
- package/templates/vue-template/LICENSE +0 -21
- package/templates/vue-template/README.md +0 -15
- package/templates/vue-template/index.html +0 -13
- package/templates/vue-template/package.json +0 -21
- package/templates/vue-template/public/vite.svg +0 -1
- package/templates/vue-template/src/App.vue +0 -30
- package/templates/vue-template/src/assets/vue.svg +0 -1
- package/templates/vue-template/src/components/HelloWorld.vue +0 -41
- package/templates/vue-template/src/main.ts +0 -5
- package/templates/vue-template/src/style.css +0 -79
- package/templates/vue-template/src/vite-env.d.ts +0 -1
- package/templates/vue-template/tsconfig.app.json +0 -15
- package/templates/vue-template/tsconfig.json +0 -7
- package/templates/vue-template/tsconfig.node.json +0 -25
- package/templates/vue-template/vite.config.ts +0 -7
|
@@ -1,569 +0,0 @@
|
|
|
1
|
-
lockfileVersion: '9.0'
|
|
2
|
-
|
|
3
|
-
settings:
|
|
4
|
-
autoInstallPeers: true
|
|
5
|
-
excludeLinksFromLockfile: false
|
|
6
|
-
|
|
7
|
-
importers:
|
|
8
|
-
|
|
9
|
-
.:
|
|
10
|
-
devDependencies:
|
|
11
|
-
prettier:
|
|
12
|
-
specifier: ^3.6.2
|
|
13
|
-
version: 3.6.2
|
|
14
|
-
tsdown:
|
|
15
|
-
specifier: ^0.14.2
|
|
16
|
-
version: 0.14.2
|
|
17
|
-
|
|
18
|
-
packages:
|
|
19
|
-
|
|
20
|
-
'@babel/generator@7.28.3':
|
|
21
|
-
resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
|
|
22
|
-
engines: {node: '>=6.9.0'}
|
|
23
|
-
|
|
24
|
-
'@babel/helper-string-parser@7.27.1':
|
|
25
|
-
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
26
|
-
engines: {node: '>=6.9.0'}
|
|
27
|
-
|
|
28
|
-
'@babel/helper-validator-identifier@7.27.1':
|
|
29
|
-
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
|
30
|
-
engines: {node: '>=6.9.0'}
|
|
31
|
-
|
|
32
|
-
'@babel/parser@7.28.3':
|
|
33
|
-
resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==}
|
|
34
|
-
engines: {node: '>=6.0.0'}
|
|
35
|
-
hasBin: true
|
|
36
|
-
|
|
37
|
-
'@babel/types@7.28.2':
|
|
38
|
-
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
|
|
39
|
-
engines: {node: '>=6.9.0'}
|
|
40
|
-
|
|
41
|
-
'@emnapi/core@1.4.5':
|
|
42
|
-
resolution: {integrity: sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==}
|
|
43
|
-
|
|
44
|
-
'@emnapi/runtime@1.4.5':
|
|
45
|
-
resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==}
|
|
46
|
-
|
|
47
|
-
'@emnapi/wasi-threads@1.0.4':
|
|
48
|
-
resolution: {integrity: sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==}
|
|
49
|
-
|
|
50
|
-
'@jridgewell/gen-mapping@0.3.13':
|
|
51
|
-
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
52
|
-
|
|
53
|
-
'@jridgewell/resolve-uri@3.1.2':
|
|
54
|
-
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
55
|
-
engines: {node: '>=6.0.0'}
|
|
56
|
-
|
|
57
|
-
'@jridgewell/sourcemap-codec@1.5.5':
|
|
58
|
-
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
59
|
-
|
|
60
|
-
'@jridgewell/trace-mapping@0.3.30':
|
|
61
|
-
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
|
|
62
|
-
|
|
63
|
-
'@napi-rs/wasm-runtime@1.0.3':
|
|
64
|
-
resolution: {integrity: sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q==}
|
|
65
|
-
|
|
66
|
-
'@oxc-project/runtime@0.82.3':
|
|
67
|
-
resolution: {integrity: sha512-LNh5GlJvYHAnMurO+EyA8jJwN1rki7l3PSHuosDh2I7h00T6/u9rCkUjg/SvPmT1CZzvhuW0y+gf7jcqUy/Usg==}
|
|
68
|
-
engines: {node: '>=6.9.0'}
|
|
69
|
-
|
|
70
|
-
'@oxc-project/types@0.82.3':
|
|
71
|
-
resolution: {integrity: sha512-6nCUxBnGX0c6qfZW5MaF6/fmu5dHJDMiMPaioKHKs5mi5+8/FHQ7WGjgQIz1zxpmceMYfdIXkOaLYE+ejbuOtA==}
|
|
72
|
-
|
|
73
|
-
'@quansync/fs@0.1.5':
|
|
74
|
-
resolution: {integrity: sha512-lNS9hL2aS2NZgNW7BBj+6EBl4rOf8l+tQ0eRY6JWCI8jI2kc53gSoqbjojU0OnAWhzoXiOjFyGsHcDGePB3lhA==}
|
|
75
|
-
|
|
76
|
-
'@rolldown/binding-android-arm64@1.0.0-beta.34':
|
|
77
|
-
resolution: {integrity: sha512-jf5GNe5jP3Sr1Tih0WKvg2bzvh5T/1TA0fn1u32xSH7ca/p5t+/QRr4VRFCV/na5vjwKEhwWrChsL2AWlY+eoA==}
|
|
78
|
-
cpu: [arm64]
|
|
79
|
-
os: [android]
|
|
80
|
-
|
|
81
|
-
'@rolldown/binding-darwin-arm64@1.0.0-beta.34':
|
|
82
|
-
resolution: {integrity: sha512-2F/TqH4QuJQ34tgWxqBjFL3XV1gMzeQgUO8YRtCPGBSP0GhxtoFzsp7KqmQEothsxztlv+KhhT9Dbg3HHwHViQ==}
|
|
83
|
-
cpu: [arm64]
|
|
84
|
-
os: [darwin]
|
|
85
|
-
|
|
86
|
-
'@rolldown/binding-darwin-x64@1.0.0-beta.34':
|
|
87
|
-
resolution: {integrity: sha512-E1QuFslgLWbHQ8Qli/AqUKdfg0pockQPwRxVbhNQ74SciZEZpzLaujkdmOLSccMlSXDfFCF8RPnMoRAzQ9JV8Q==}
|
|
88
|
-
cpu: [x64]
|
|
89
|
-
os: [darwin]
|
|
90
|
-
|
|
91
|
-
'@rolldown/binding-freebsd-x64@1.0.0-beta.34':
|
|
92
|
-
resolution: {integrity: sha512-VS8VInNCwnkpI9WeQaWu3kVBq9ty6g7KrHdLxYMzeqz24+w9hg712TcWdqzdY6sn+24lUoMD9jTZrZ/qfVpk0g==}
|
|
93
|
-
cpu: [x64]
|
|
94
|
-
os: [freebsd]
|
|
95
|
-
|
|
96
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.34':
|
|
97
|
-
resolution: {integrity: sha512-4St4emjcnULnxJYb/5ZDrH/kK/j6PcUgc3eAqH5STmTrcF+I9m/X2xvSF2a2bWv1DOQhxBewThu0KkwGHdgu5w==}
|
|
98
|
-
cpu: [arm]
|
|
99
|
-
os: [linux]
|
|
100
|
-
|
|
101
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.0-beta.34':
|
|
102
|
-
resolution: {integrity: sha512-a737FTqhFUoWfnebS2SnQ2BS50p0JdukdkUBwy2J06j4hZ6Eej0zEB8vTfAqoCjn8BQKkXBy+3Sx0IRkgwz1gA==}
|
|
103
|
-
cpu: [arm64]
|
|
104
|
-
os: [linux]
|
|
105
|
-
libc: [glibc]
|
|
106
|
-
|
|
107
|
-
'@rolldown/binding-linux-arm64-musl@1.0.0-beta.34':
|
|
108
|
-
resolution: {integrity: sha512-NH+FeQWKyuw0k+PbXqpFWNfvD8RPvfJk766B/njdaWz4TmiEcSB0Nb6guNw1rBpM1FmltQYb3fFnTumtC6pRfA==}
|
|
109
|
-
cpu: [arm64]
|
|
110
|
-
os: [linux]
|
|
111
|
-
libc: [musl]
|
|
112
|
-
|
|
113
|
-
'@rolldown/binding-linux-x64-gnu@1.0.0-beta.34':
|
|
114
|
-
resolution: {integrity: sha512-Q3RSCivp8pNadYK8ke3hLnQk08BkpZX9BmMjgwae2FWzdxhxxUiUzd9By7kneUL0vRQ4uRnhD9VkFQ+Haeqdvw==}
|
|
115
|
-
cpu: [x64]
|
|
116
|
-
os: [linux]
|
|
117
|
-
libc: [glibc]
|
|
118
|
-
|
|
119
|
-
'@rolldown/binding-linux-x64-musl@1.0.0-beta.34':
|
|
120
|
-
resolution: {integrity: sha512-wDd/HrNcVoBhWWBUW3evJHoo7GJE/RofssBy3Dsiip05YUBmokQVrYAyrboOY4dzs/lJ7HYeBtWQ9hj8wlyF0A==}
|
|
121
|
-
cpu: [x64]
|
|
122
|
-
os: [linux]
|
|
123
|
-
libc: [musl]
|
|
124
|
-
|
|
125
|
-
'@rolldown/binding-openharmony-arm64@1.0.0-beta.34':
|
|
126
|
-
resolution: {integrity: sha512-dH3FTEV6KTNWpYSgjSXZzeX7vLty9oBYn6R3laEdhwZftQwq030LKL+5wyQdlbX5pnbh4h127hpv3Hl1+sj8dg==}
|
|
127
|
-
cpu: [arm64]
|
|
128
|
-
os: [openharmony]
|
|
129
|
-
|
|
130
|
-
'@rolldown/binding-wasm32-wasi@1.0.0-beta.34':
|
|
131
|
-
resolution: {integrity: sha512-y5BUf+QtO0JsIDKA51FcGwvhJmv89BYjUl8AmN7jqD6k/eU55mH6RJYnxwCsODq5m7KSSTigVb6O7/GqB8wbPw==}
|
|
132
|
-
engines: {node: '>=14.0.0'}
|
|
133
|
-
cpu: [wasm32]
|
|
134
|
-
|
|
135
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.0-beta.34':
|
|
136
|
-
resolution: {integrity: sha512-ga5hFhdTwpaNxEiuxZHWnD3ed0GBAzbgzS5tRHpe0ObptxM1a9Xrq6TVfNQirBLwb5Y7T/FJmJi3pmdLy95ljg==}
|
|
137
|
-
cpu: [arm64]
|
|
138
|
-
os: [win32]
|
|
139
|
-
|
|
140
|
-
'@rolldown/binding-win32-ia32-msvc@1.0.0-beta.34':
|
|
141
|
-
resolution: {integrity: sha512-4/MBp9T9eRnZskxWr8EXD/xHvLhdjWaeX/qY9LPRG1JdCGV3DphkLTy5AWwIQ5jhAy2ZNJR5z2fYRlpWU0sIyQ==}
|
|
142
|
-
cpu: [ia32]
|
|
143
|
-
os: [win32]
|
|
144
|
-
|
|
145
|
-
'@rolldown/binding-win32-x64-msvc@1.0.0-beta.34':
|
|
146
|
-
resolution: {integrity: sha512-7O5iUBX6HSBKlQU4WykpUoEmb0wQmonb6ziKFr3dJTHud2kzDnWMqk344T0qm3uGv9Ddq6Re/94pInxo1G2d4w==}
|
|
147
|
-
cpu: [x64]
|
|
148
|
-
os: [win32]
|
|
149
|
-
|
|
150
|
-
'@rolldown/pluginutils@1.0.0-beta.34':
|
|
151
|
-
resolution: {integrity: sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==}
|
|
152
|
-
|
|
153
|
-
'@tybys/wasm-util@0.10.0':
|
|
154
|
-
resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==}
|
|
155
|
-
|
|
156
|
-
ansis@4.1.0:
|
|
157
|
-
resolution: {integrity: sha512-BGcItUBWSMRgOCe+SVZJ+S7yTRG0eGt9cXAHev72yuGcY23hnLA7Bky5L/xLyPINoSN95geovfBkqoTlNZYa7w==}
|
|
158
|
-
engines: {node: '>=14'}
|
|
159
|
-
|
|
160
|
-
ast-kit@2.1.2:
|
|
161
|
-
resolution: {integrity: sha512-cl76xfBQM6pztbrFWRnxbrDm9EOqDr1BF6+qQnnDZG2Co2LjyUktkN9GTJfBAfdae+DbT2nJf2nCGAdDDN7W2g==}
|
|
162
|
-
engines: {node: '>=20.18.0'}
|
|
163
|
-
|
|
164
|
-
birpc@2.5.0:
|
|
165
|
-
resolution: {integrity: sha512-VSWO/W6nNQdyP520F1mhf+Lc2f8pjGQOtoHHm7Ze8Go1kX7akpVIrtTa0fn+HB0QJEDVacl6aO08YE0PgXfdnQ==}
|
|
166
|
-
|
|
167
|
-
cac@6.7.14:
|
|
168
|
-
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
169
|
-
engines: {node: '>=8'}
|
|
170
|
-
|
|
171
|
-
chokidar@4.0.3:
|
|
172
|
-
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
173
|
-
engines: {node: '>= 14.16.0'}
|
|
174
|
-
|
|
175
|
-
debug@4.4.1:
|
|
176
|
-
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
177
|
-
engines: {node: '>=6.0'}
|
|
178
|
-
peerDependencies:
|
|
179
|
-
supports-color: '*'
|
|
180
|
-
peerDependenciesMeta:
|
|
181
|
-
supports-color:
|
|
182
|
-
optional: true
|
|
183
|
-
|
|
184
|
-
defu@6.1.4:
|
|
185
|
-
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
|
|
186
|
-
|
|
187
|
-
diff@8.0.2:
|
|
188
|
-
resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==}
|
|
189
|
-
engines: {node: '>=0.3.1'}
|
|
190
|
-
|
|
191
|
-
dts-resolver@2.1.2:
|
|
192
|
-
resolution: {integrity: sha512-xeXHBQkn2ISSXxbJWD828PFjtyg+/UrMDo7W4Ffcs7+YWCquxU8YjV1KoxuiL+eJ5pg3ll+bC6flVv61L3LKZg==}
|
|
193
|
-
engines: {node: '>=20.18.0'}
|
|
194
|
-
peerDependencies:
|
|
195
|
-
oxc-resolver: '>=11.0.0'
|
|
196
|
-
peerDependenciesMeta:
|
|
197
|
-
oxc-resolver:
|
|
198
|
-
optional: true
|
|
199
|
-
|
|
200
|
-
empathic@2.0.0:
|
|
201
|
-
resolution: {integrity: sha512-i6UzDscO/XfAcNYD75CfICkmfLedpyPDdozrLMmQc5ORaQcdMoc21OnlEylMIqI7U8eniKrPMxxtj8k0vhmJhA==}
|
|
202
|
-
engines: {node: '>=14'}
|
|
203
|
-
|
|
204
|
-
fdir@6.5.0:
|
|
205
|
-
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
206
|
-
engines: {node: '>=12.0.0'}
|
|
207
|
-
peerDependencies:
|
|
208
|
-
picomatch: ^3 || ^4
|
|
209
|
-
peerDependenciesMeta:
|
|
210
|
-
picomatch:
|
|
211
|
-
optional: true
|
|
212
|
-
|
|
213
|
-
get-tsconfig@4.10.1:
|
|
214
|
-
resolution: {integrity: sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==}
|
|
215
|
-
|
|
216
|
-
hookable@5.5.3:
|
|
217
|
-
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
|
|
218
|
-
|
|
219
|
-
jiti@2.5.1:
|
|
220
|
-
resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
|
|
221
|
-
hasBin: true
|
|
222
|
-
|
|
223
|
-
jsesc@3.1.0:
|
|
224
|
-
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
225
|
-
engines: {node: '>=6'}
|
|
226
|
-
hasBin: true
|
|
227
|
-
|
|
228
|
-
ms@2.1.3:
|
|
229
|
-
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
230
|
-
|
|
231
|
-
pathe@2.0.3:
|
|
232
|
-
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
233
|
-
|
|
234
|
-
picomatch@4.0.3:
|
|
235
|
-
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
236
|
-
engines: {node: '>=12'}
|
|
237
|
-
|
|
238
|
-
prettier@3.6.2:
|
|
239
|
-
resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
|
|
240
|
-
engines: {node: '>=14'}
|
|
241
|
-
hasBin: true
|
|
242
|
-
|
|
243
|
-
quansync@0.2.11:
|
|
244
|
-
resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
|
|
245
|
-
|
|
246
|
-
readdirp@4.1.2:
|
|
247
|
-
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
248
|
-
engines: {node: '>= 14.18.0'}
|
|
249
|
-
|
|
250
|
-
resolve-pkg-maps@1.0.0:
|
|
251
|
-
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
252
|
-
|
|
253
|
-
rolldown-plugin-dts@0.15.10:
|
|
254
|
-
resolution: {integrity: sha512-8cPVAVQUo9tYAoEpc3jFV9RxSil13hrRRg8cHC9gLXxRMNtWPc1LNMSDXzjyD+5Vny49sDZH77JlXp/vlc4I3g==}
|
|
255
|
-
engines: {node: '>=20.18.0'}
|
|
256
|
-
peerDependencies:
|
|
257
|
-
'@typescript/native-preview': '>=7.0.0-dev.20250601.1'
|
|
258
|
-
rolldown: ^1.0.0-beta.9
|
|
259
|
-
typescript: ^5.0.0
|
|
260
|
-
vue-tsc: ~3.0.3
|
|
261
|
-
peerDependenciesMeta:
|
|
262
|
-
'@typescript/native-preview':
|
|
263
|
-
optional: true
|
|
264
|
-
typescript:
|
|
265
|
-
optional: true
|
|
266
|
-
vue-tsc:
|
|
267
|
-
optional: true
|
|
268
|
-
|
|
269
|
-
rolldown@1.0.0-beta.34:
|
|
270
|
-
resolution: {integrity: sha512-Wwh7EwalMzzX3Yy3VN58VEajeR2Si8+HDNMf706jPLIqU7CxneRW+dQVfznf5O0TWTnJyu4npelwg2bzTXB1Nw==}
|
|
271
|
-
hasBin: true
|
|
272
|
-
|
|
273
|
-
semver@7.7.2:
|
|
274
|
-
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
|
|
275
|
-
engines: {node: '>=10'}
|
|
276
|
-
hasBin: true
|
|
277
|
-
|
|
278
|
-
tinyexec@1.0.1:
|
|
279
|
-
resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==}
|
|
280
|
-
|
|
281
|
-
tinyglobby@0.2.14:
|
|
282
|
-
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
|
283
|
-
engines: {node: '>=12.0.0'}
|
|
284
|
-
|
|
285
|
-
tree-kill@1.2.2:
|
|
286
|
-
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
|
287
|
-
hasBin: true
|
|
288
|
-
|
|
289
|
-
tsdown@0.14.2:
|
|
290
|
-
resolution: {integrity: sha512-6ThtxVZoTlR5YJov5rYvH8N1+/S/rD/pGfehdCLGznGgbxz+73EASV1tsIIZkLw2n+SXcERqHhcB/OkyxdKv3A==}
|
|
291
|
-
engines: {node: '>=20.19.0'}
|
|
292
|
-
hasBin: true
|
|
293
|
-
peerDependencies:
|
|
294
|
-
'@arethetypeswrong/core': ^0.18.1
|
|
295
|
-
publint: ^0.3.0
|
|
296
|
-
typescript: ^5.0.0
|
|
297
|
-
unplugin-lightningcss: ^0.4.0
|
|
298
|
-
unplugin-unused: ^0.5.0
|
|
299
|
-
peerDependenciesMeta:
|
|
300
|
-
'@arethetypeswrong/core':
|
|
301
|
-
optional: true
|
|
302
|
-
publint:
|
|
303
|
-
optional: true
|
|
304
|
-
typescript:
|
|
305
|
-
optional: true
|
|
306
|
-
unplugin-lightningcss:
|
|
307
|
-
optional: true
|
|
308
|
-
unplugin-unused:
|
|
309
|
-
optional: true
|
|
310
|
-
|
|
311
|
-
tslib@2.8.1:
|
|
312
|
-
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
313
|
-
|
|
314
|
-
unconfig@7.3.3:
|
|
315
|
-
resolution: {integrity: sha512-QCkQoOnJF8L107gxfHL0uavn7WD9b3dpBcFX6HtfQYmjw2YzWxGuFQ0N0J6tE9oguCBJn9KOvfqYDCMPHIZrBA==}
|
|
316
|
-
|
|
317
|
-
snapshots:
|
|
318
|
-
|
|
319
|
-
'@babel/generator@7.28.3':
|
|
320
|
-
dependencies:
|
|
321
|
-
'@babel/parser': 7.28.3
|
|
322
|
-
'@babel/types': 7.28.2
|
|
323
|
-
'@jridgewell/gen-mapping': 0.3.13
|
|
324
|
-
'@jridgewell/trace-mapping': 0.3.30
|
|
325
|
-
jsesc: 3.1.0
|
|
326
|
-
|
|
327
|
-
'@babel/helper-string-parser@7.27.1': {}
|
|
328
|
-
|
|
329
|
-
'@babel/helper-validator-identifier@7.27.1': {}
|
|
330
|
-
|
|
331
|
-
'@babel/parser@7.28.3':
|
|
332
|
-
dependencies:
|
|
333
|
-
'@babel/types': 7.28.2
|
|
334
|
-
|
|
335
|
-
'@babel/types@7.28.2':
|
|
336
|
-
dependencies:
|
|
337
|
-
'@babel/helper-string-parser': 7.27.1
|
|
338
|
-
'@babel/helper-validator-identifier': 7.27.1
|
|
339
|
-
|
|
340
|
-
'@emnapi/core@1.4.5':
|
|
341
|
-
dependencies:
|
|
342
|
-
'@emnapi/wasi-threads': 1.0.4
|
|
343
|
-
tslib: 2.8.1
|
|
344
|
-
optional: true
|
|
345
|
-
|
|
346
|
-
'@emnapi/runtime@1.4.5':
|
|
347
|
-
dependencies:
|
|
348
|
-
tslib: 2.8.1
|
|
349
|
-
optional: true
|
|
350
|
-
|
|
351
|
-
'@emnapi/wasi-threads@1.0.4':
|
|
352
|
-
dependencies:
|
|
353
|
-
tslib: 2.8.1
|
|
354
|
-
optional: true
|
|
355
|
-
|
|
356
|
-
'@jridgewell/gen-mapping@0.3.13':
|
|
357
|
-
dependencies:
|
|
358
|
-
'@jridgewell/sourcemap-codec': 1.5.5
|
|
359
|
-
'@jridgewell/trace-mapping': 0.3.30
|
|
360
|
-
|
|
361
|
-
'@jridgewell/resolve-uri@3.1.2': {}
|
|
362
|
-
|
|
363
|
-
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
364
|
-
|
|
365
|
-
'@jridgewell/trace-mapping@0.3.30':
|
|
366
|
-
dependencies:
|
|
367
|
-
'@jridgewell/resolve-uri': 3.1.2
|
|
368
|
-
'@jridgewell/sourcemap-codec': 1.5.5
|
|
369
|
-
|
|
370
|
-
'@napi-rs/wasm-runtime@1.0.3':
|
|
371
|
-
dependencies:
|
|
372
|
-
'@emnapi/core': 1.4.5
|
|
373
|
-
'@emnapi/runtime': 1.4.5
|
|
374
|
-
'@tybys/wasm-util': 0.10.0
|
|
375
|
-
optional: true
|
|
376
|
-
|
|
377
|
-
'@oxc-project/runtime@0.82.3': {}
|
|
378
|
-
|
|
379
|
-
'@oxc-project/types@0.82.3': {}
|
|
380
|
-
|
|
381
|
-
'@quansync/fs@0.1.5':
|
|
382
|
-
dependencies:
|
|
383
|
-
quansync: 0.2.11
|
|
384
|
-
|
|
385
|
-
'@rolldown/binding-android-arm64@1.0.0-beta.34':
|
|
386
|
-
optional: true
|
|
387
|
-
|
|
388
|
-
'@rolldown/binding-darwin-arm64@1.0.0-beta.34':
|
|
389
|
-
optional: true
|
|
390
|
-
|
|
391
|
-
'@rolldown/binding-darwin-x64@1.0.0-beta.34':
|
|
392
|
-
optional: true
|
|
393
|
-
|
|
394
|
-
'@rolldown/binding-freebsd-x64@1.0.0-beta.34':
|
|
395
|
-
optional: true
|
|
396
|
-
|
|
397
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.34':
|
|
398
|
-
optional: true
|
|
399
|
-
|
|
400
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.0-beta.34':
|
|
401
|
-
optional: true
|
|
402
|
-
|
|
403
|
-
'@rolldown/binding-linux-arm64-musl@1.0.0-beta.34':
|
|
404
|
-
optional: true
|
|
405
|
-
|
|
406
|
-
'@rolldown/binding-linux-x64-gnu@1.0.0-beta.34':
|
|
407
|
-
optional: true
|
|
408
|
-
|
|
409
|
-
'@rolldown/binding-linux-x64-musl@1.0.0-beta.34':
|
|
410
|
-
optional: true
|
|
411
|
-
|
|
412
|
-
'@rolldown/binding-openharmony-arm64@1.0.0-beta.34':
|
|
413
|
-
optional: true
|
|
414
|
-
|
|
415
|
-
'@rolldown/binding-wasm32-wasi@1.0.0-beta.34':
|
|
416
|
-
dependencies:
|
|
417
|
-
'@napi-rs/wasm-runtime': 1.0.3
|
|
418
|
-
optional: true
|
|
419
|
-
|
|
420
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.0-beta.34':
|
|
421
|
-
optional: true
|
|
422
|
-
|
|
423
|
-
'@rolldown/binding-win32-ia32-msvc@1.0.0-beta.34':
|
|
424
|
-
optional: true
|
|
425
|
-
|
|
426
|
-
'@rolldown/binding-win32-x64-msvc@1.0.0-beta.34':
|
|
427
|
-
optional: true
|
|
428
|
-
|
|
429
|
-
'@rolldown/pluginutils@1.0.0-beta.34': {}
|
|
430
|
-
|
|
431
|
-
'@tybys/wasm-util@0.10.0':
|
|
432
|
-
dependencies:
|
|
433
|
-
tslib: 2.8.1
|
|
434
|
-
optional: true
|
|
435
|
-
|
|
436
|
-
ansis@4.1.0: {}
|
|
437
|
-
|
|
438
|
-
ast-kit@2.1.2:
|
|
439
|
-
dependencies:
|
|
440
|
-
'@babel/parser': 7.28.3
|
|
441
|
-
pathe: 2.0.3
|
|
442
|
-
|
|
443
|
-
birpc@2.5.0: {}
|
|
444
|
-
|
|
445
|
-
cac@6.7.14: {}
|
|
446
|
-
|
|
447
|
-
chokidar@4.0.3:
|
|
448
|
-
dependencies:
|
|
449
|
-
readdirp: 4.1.2
|
|
450
|
-
|
|
451
|
-
debug@4.4.1:
|
|
452
|
-
dependencies:
|
|
453
|
-
ms: 2.1.3
|
|
454
|
-
|
|
455
|
-
defu@6.1.4: {}
|
|
456
|
-
|
|
457
|
-
diff@8.0.2: {}
|
|
458
|
-
|
|
459
|
-
dts-resolver@2.1.2: {}
|
|
460
|
-
|
|
461
|
-
empathic@2.0.0: {}
|
|
462
|
-
|
|
463
|
-
fdir@6.5.0(picomatch@4.0.3):
|
|
464
|
-
optionalDependencies:
|
|
465
|
-
picomatch: 4.0.3
|
|
466
|
-
|
|
467
|
-
get-tsconfig@4.10.1:
|
|
468
|
-
dependencies:
|
|
469
|
-
resolve-pkg-maps: 1.0.0
|
|
470
|
-
|
|
471
|
-
hookable@5.5.3: {}
|
|
472
|
-
|
|
473
|
-
jiti@2.5.1: {}
|
|
474
|
-
|
|
475
|
-
jsesc@3.1.0: {}
|
|
476
|
-
|
|
477
|
-
ms@2.1.3: {}
|
|
478
|
-
|
|
479
|
-
pathe@2.0.3: {}
|
|
480
|
-
|
|
481
|
-
picomatch@4.0.3: {}
|
|
482
|
-
|
|
483
|
-
prettier@3.6.2: {}
|
|
484
|
-
|
|
485
|
-
quansync@0.2.11: {}
|
|
486
|
-
|
|
487
|
-
readdirp@4.1.2: {}
|
|
488
|
-
|
|
489
|
-
resolve-pkg-maps@1.0.0: {}
|
|
490
|
-
|
|
491
|
-
rolldown-plugin-dts@0.15.10(rolldown@1.0.0-beta.34):
|
|
492
|
-
dependencies:
|
|
493
|
-
'@babel/generator': 7.28.3
|
|
494
|
-
'@babel/parser': 7.28.3
|
|
495
|
-
'@babel/types': 7.28.2
|
|
496
|
-
ast-kit: 2.1.2
|
|
497
|
-
birpc: 2.5.0
|
|
498
|
-
debug: 4.4.1
|
|
499
|
-
dts-resolver: 2.1.2
|
|
500
|
-
get-tsconfig: 4.10.1
|
|
501
|
-
rolldown: 1.0.0-beta.34
|
|
502
|
-
transitivePeerDependencies:
|
|
503
|
-
- oxc-resolver
|
|
504
|
-
- supports-color
|
|
505
|
-
|
|
506
|
-
rolldown@1.0.0-beta.34:
|
|
507
|
-
dependencies:
|
|
508
|
-
'@oxc-project/runtime': 0.82.3
|
|
509
|
-
'@oxc-project/types': 0.82.3
|
|
510
|
-
'@rolldown/pluginutils': 1.0.0-beta.34
|
|
511
|
-
ansis: 4.1.0
|
|
512
|
-
optionalDependencies:
|
|
513
|
-
'@rolldown/binding-android-arm64': 1.0.0-beta.34
|
|
514
|
-
'@rolldown/binding-darwin-arm64': 1.0.0-beta.34
|
|
515
|
-
'@rolldown/binding-darwin-x64': 1.0.0-beta.34
|
|
516
|
-
'@rolldown/binding-freebsd-x64': 1.0.0-beta.34
|
|
517
|
-
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.34
|
|
518
|
-
'@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.34
|
|
519
|
-
'@rolldown/binding-linux-arm64-musl': 1.0.0-beta.34
|
|
520
|
-
'@rolldown/binding-linux-x64-gnu': 1.0.0-beta.34
|
|
521
|
-
'@rolldown/binding-linux-x64-musl': 1.0.0-beta.34
|
|
522
|
-
'@rolldown/binding-openharmony-arm64': 1.0.0-beta.34
|
|
523
|
-
'@rolldown/binding-wasm32-wasi': 1.0.0-beta.34
|
|
524
|
-
'@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.34
|
|
525
|
-
'@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.34
|
|
526
|
-
'@rolldown/binding-win32-x64-msvc': 1.0.0-beta.34
|
|
527
|
-
|
|
528
|
-
semver@7.7.2: {}
|
|
529
|
-
|
|
530
|
-
tinyexec@1.0.1: {}
|
|
531
|
-
|
|
532
|
-
tinyglobby@0.2.14:
|
|
533
|
-
dependencies:
|
|
534
|
-
fdir: 6.5.0(picomatch@4.0.3)
|
|
535
|
-
picomatch: 4.0.3
|
|
536
|
-
|
|
537
|
-
tree-kill@1.2.2: {}
|
|
538
|
-
|
|
539
|
-
tsdown@0.14.2:
|
|
540
|
-
dependencies:
|
|
541
|
-
ansis: 4.1.0
|
|
542
|
-
cac: 6.7.14
|
|
543
|
-
chokidar: 4.0.3
|
|
544
|
-
debug: 4.4.1
|
|
545
|
-
diff: 8.0.2
|
|
546
|
-
empathic: 2.0.0
|
|
547
|
-
hookable: 5.5.3
|
|
548
|
-
rolldown: 1.0.0-beta.34
|
|
549
|
-
rolldown-plugin-dts: 0.15.10(rolldown@1.0.0-beta.34)
|
|
550
|
-
semver: 7.7.2
|
|
551
|
-
tinyexec: 1.0.1
|
|
552
|
-
tinyglobby: 0.2.14
|
|
553
|
-
tree-kill: 1.2.2
|
|
554
|
-
unconfig: 7.3.3
|
|
555
|
-
transitivePeerDependencies:
|
|
556
|
-
- '@typescript/native-preview'
|
|
557
|
-
- oxc-resolver
|
|
558
|
-
- supports-color
|
|
559
|
-
- vue-tsc
|
|
560
|
-
|
|
561
|
-
tslib@2.8.1:
|
|
562
|
-
optional: true
|
|
563
|
-
|
|
564
|
-
unconfig@7.3.3:
|
|
565
|
-
dependencies:
|
|
566
|
-
'@quansync/fs': 0.1.5
|
|
567
|
-
defu: 6.1.4
|
|
568
|
-
jiti: 2.5.1
|
|
569
|
-
quansync: 0.2.11
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compileOnSave": true,
|
|
3
|
-
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"target": "ES2018",
|
|
6
|
-
"esModuleInterop": true,
|
|
7
|
-
"module": "commonjs",
|
|
8
|
-
|
|
9
|
-
"moduleResolution": "node",
|
|
10
|
-
|
|
11
|
-
"experimentalDecorators": true,
|
|
12
|
-
|
|
13
|
-
"emitDecoratorMetadata": true,
|
|
14
|
-
|
|
15
|
-
"inlineSourceMap": true,
|
|
16
|
-
|
|
17
|
-
"noImplicitThis": true,
|
|
18
|
-
|
|
19
|
-
"noUnusedLocals": true,
|
|
20
|
-
|
|
21
|
-
"stripInternal": true,
|
|
22
|
-
|
|
23
|
-
"pretty": true,
|
|
24
|
-
|
|
25
|
-
"declaration": true,
|
|
26
|
-
|
|
27
|
-
"outDir": "dist",
|
|
28
|
-
|
|
29
|
-
"baseUrl": "./"
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
"exclude": ["node_modules"]
|
|
33
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 xuran
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# create-xuran vue-template
|
|
2
|
-
|
|
3
|
-
基于 `create-xuran` 的 `vue` 模板,用于快速创建一个 `vue` 项目。
|
|
4
|
-
|
|
5
|
-
# 关于
|
|
6
|
-
|
|
7
|
-
作者:[徐然](https://github.com/xiaoxustudio)
|
|
8
|
-
|
|
9
|
-
联系方式:[xugame@qq.com](emailto://xugame@qq.com)
|
|
10
|
-
|
|
11
|
-
欢迎提出您宝贵的 **issue**,我们将会处理。
|
|
12
|
-
|
|
13
|
-
# LICENSE
|
|
14
|
-
|
|
15
|
-
[MIT](./LICENSE)
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<title>Vite + Vue + TS</title>
|
|
8
|
-
</head>
|
|
9
|
-
<body>
|
|
10
|
-
<div id="app"></div>
|
|
11
|
-
<script type="module" src="/src/main.ts"></script>
|
|
12
|
-
</body>
|
|
13
|
-
</html>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "vue-template",
|
|
3
|
-
"private": true,
|
|
4
|
-
"version": "0.0.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite",
|
|
8
|
-
"build": "vue-tsc -b && vite build",
|
|
9
|
-
"preview": "vite preview"
|
|
10
|
-
},
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"vue": "^3.5.18"
|
|
13
|
-
},
|
|
14
|
-
"devDependencies": {
|
|
15
|
-
"@vitejs/plugin-vue": "^6.0.1",
|
|
16
|
-
"@vue/tsconfig": "^0.7.0",
|
|
17
|
-
"typescript": "~5.8.3",
|
|
18
|
-
"vite": "^7.1.2",
|
|
19
|
-
"vue-tsc": "^3.0.5"
|
|
20
|
-
}
|
|
21
|
-
}
|