You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/oafAdmin/package.json

29 lines
615 B
JSON

{
"name": "vite-starter",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@veypi/one-icon": "2",
"animate.css": "^4.1.1",
"mitt": "^3.0.0",
"pinia": "^2.0.13",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^17.0.24",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.2",
"vite": "^2.9.2",
"vue-tsc": "^0.34.6"
}
}