🎨 style(new!): add new ui vue.js

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-05 04:26:16 +05:30
parent 4878325171
commit 5f4ddc3090
110 changed files with 9442 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest"
},
"devDependencies": {
"nuxt": "3.0.0",
"vitest": "^0.25.3"
},
"dependencies": {
"@highlightjs/vue-plugin": "highlightjs/vue-plugin",
"@nuxtjs/tailwindcss": "^6.1.3",
"aos": "^3.0.0-beta.6",
"highlight.js": "^11.7.0"
}
}