mirror of https://github.com/veypi/OneAuth.git
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.
32 lines
829 B
JSON
32 lines
829 B
JSON
{
|
|
"name": "oaweb",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@pinia/nuxt": "^0.5.1",
|
|
"@veypi/msg": "^0.1.4",
|
|
"@veypi/oaer": "^0.2.4",
|
|
"@veypi/one-icon": "^2.0.6",
|
|
"axios": "^1.7.2",
|
|
"echarts": "^5.5.0",
|
|
"js-base64": "^3.7.7",
|
|
"nuxt": "^3.11.2",
|
|
"vue": "^3.4.27",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"sass": "^1.77.4",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|