mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 05:05:18 +02:00
🎨 style(new!): add new ui vue.js
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user