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/oaweb/package.json

30 lines
775 B
JSON

{
"name": "oaweb",
"private": true,
4 months ago
"type": "module",
"scripts": {
4 months ago
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
4 months ago
"@pinia/nuxt": "^0.5.1",
"@veypi/msg": "^0.1.1",
4 months ago
"@veypi/one-icon": "^2.0.6",
"axios": "^1.7.2",
"js-base64": "^3.7.7",
"nuxt": "^3.11.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
4 months ago
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
4 months ago
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"sass": "^1.77.4",
"tailwindcss": "^3.4.3"
}
}