You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
575 B
26 lines
575 B
{
|
|
"name": "@princess-ui/build",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"scripts": {
|
|
"build": "ts-node build.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"chalk": "4.1.0",
|
|
"fast-glob": "^3.2.11",
|
|
"fs-extra": "^10.1.0",
|
|
"lodash": "^4.17.21",
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-dts": "^1.1.1",
|
|
"vite-plugin-replace": "^0.1.1",
|
|
"vue": "^3.2.36"
|
|
}
|
|
}
|
|
|