You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
772 B
31 lines
772 B
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@hypernym/nuxt-anime": "^2.1.0",
|
|
"@nuxt/devtools": "latest",
|
|
"@nuxtjs/i18n": "^8.0.0-rc.2",
|
|
"@types/node": "^18.17.3",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"animate.css": "^4.1.1",
|
|
"dayjs-nuxt": "^1.1.2",
|
|
"naive-ui": "^2.34.4",
|
|
"vue-i18n": "9.3.0-beta.24",
|
|
"nuxt": "^3.6.5",
|
|
"wow.js": "^1.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@css-render/vue3-ssr": "^0.15.12",
|
|
"@nuxtjs/tailwindcss": "^6.8.0",
|
|
"nuxt-lodash": "^2.5.0",
|
|
"tsparticles-slim": "^2.12.0",
|
|
"vue3-particles": "^2.12.0"
|
|
}
|
|
}
|