forked from jrainlau/MY-Kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 830 Bytes
/
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
{
"name": "my-kit",
"version": "0.0.0",
"scripts": {
"dev": "vite --config ./build/base.config.ts",
"build:doc": "vue-tsc --noEmit && vite build --config ./build/doc.config.ts && node script/copyDir.js",
"build:lib": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts",
"gen": "node ./script/genNewComp/index.js"
},
"dependencies": {
"prismjs": "^1.25.0",
"vue": "^3.2.23"
},
"devDependencies": {
"@types/node": "^16.11.12",
"@vitejs/plugin-vue": "^1.10.2",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"inquirer": "^8.2.0",
"less": "^4.1.2",
"typescript": "^4.4.4",
"vite": "^2.7.0",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-dts": "^0.9.6",
"vite-plugin-md": "^0.11.4",
"vue-router": "^4.0.12",
"vue-tsc": "^0.28.10"
}
}