-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.78 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
{
"name": "yite-cli",
"version": "3.9.0",
"description": "专注于vite + vue3 的项目开发脚手架",
"main": "./index.js",
"module": "./index.js",
"exports": {
"./*": "./*"
},
"bin": {
"yite": "./yite-cli.js"
},
"type": "module",
"private": false,
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/chenbimo/yite-cli"
},
"homepage": "https://chensuiyi.me",
"keywords": [
"vite",
"vue.js",
"vue-cli",
"webpack",
"cli",
"vue",
"web",
"脚手架"
],
"files": [
"utils/",
"plugins/",
"scripts/",
"LICENSE",
"package.json",
"README.md",
"system.js",
"unocss.js",
"vite.config.js",
"yite-cli.js"
],
"author": "chensuiyi <[email protected]>",
"dependencies": {
"@unocss/transformer-compile-class": "^0.65.1",
"@unocss/transformer-directives": "^0.65.1",
"@unocss/transformer-variant-group": "^0.65.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/reactivity-transform": "^1.1.4",
"fs-extra": "^11.2.0",
"merge-anything": "^6.0.2",
"pacote": "^21.0.0",
"portfinder": "^1.0.32",
"rollup-plugin-visualizer": "^5.12.0",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.21.0",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.3",
"vite-plugin-inspect": "^0.10.3",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-i18n": "^10.0.5"
}
}