mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
35 lines
833 B
JSON
35 lines
833 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/eslint": "^1.3.0",
|
|
"@nuxt/fonts": "^0.11.1",
|
|
"@nuxt/icon": "^1.12.0",
|
|
"@nuxt/image": "^1.10.0",
|
|
"@nuxt/test-utils": "^3.17.2",
|
|
"@nuxtjs/i18n": "^9.5.5",
|
|
"@pinia/nuxt": "^0.11.0",
|
|
"eslint": "^9.24.0",
|
|
"lodash": "^4.17.21",
|
|
"nuxt": "^3.17.4",
|
|
"ocelot-styleguide": "^1.0.7",
|
|
"pinia": "^3.0.2",
|
|
"universal-cookie": "^8.0.1",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/apollo": "^5.0.0-alpha.14",
|
|
"rollup-plugin-sourcemaps": "^0.6.3"
|
|
}
|
|
}
|