mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-15 17:34:37 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
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",
|
|
"@types/node": "^24.0.3",
|
|
"@types/picomatch": "^4.0.0",
|
|
"async-validator": "^4.2.5",
|
|
"change-case": "^5.4.4",
|
|
"clipboard-copy": "^4.0.1",
|
|
"clone-deep": "^4.0.1",
|
|
"dot-prop": "^9.0.0",
|
|
"eslint": "^9.24.0",
|
|
"lodash": "^4.17.21",
|
|
"nuxt": "^3.17.4",
|
|
"pinia": "^3.0.2",
|
|
"sass-embedded": "^1.89.2",
|
|
"universal-cookie": "^8.0.1",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.2.4",
|
|
"vue": "^3.5.13",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/apollo": "^5.0.0-alpha.14",
|
|
"rollup-plugin-sourcemaps": "^0.6.3"
|
|
}
|
|
}
|