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.
 
 
 
 
 

22 lines
495 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",
"vue": "^3.2.25"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.5.4",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}