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.
27 lines
715 B
27 lines
715 B
{
|
|
"name": "@princess-ui/playground",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --port=3433",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@princess-ui/components": "link:..\\components",
|
|
"@types/lodash": "^4.14.182",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"@vue/runtime-core": "^3.2.37",
|
|
"typescript": "^4.5.4",
|
|
"unplugin-vue-components": "^0.19.5",
|
|
"vite": "^2.9.12",
|
|
"vue": "link:..\\..\\node_modules\\vue",
|
|
"vite-plugin-windicss": "^1.8.4",
|
|
"vue-tsc": "^0.35.2",
|
|
"windicss": "^3.5.4"
|
|
}
|
|
}
|
|
|