mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-05-13 01:46:08 +08:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "opensquawk",
|
|
"ssr": false,
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"start": "node .output/server/index.mjs",
|
|
"postinstall": "nuxt prepare",
|
|
"import:decision": "tsx --tsconfig tsconfig.scripts.json scripts/import-decision-tree.ts"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/image": "1.11.0",
|
|
"@nuxtjs/tailwindcss": "6.14.0",
|
|
"@pinia/nuxt": "0.11.2",
|
|
"dotenv": "^17.2.2",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"nodemailer": "^6.9.13",
|
|
"nuxt": "^4.1.1",
|
|
"nuxt-aos": "1.2.5",
|
|
"nuxt-module-hotjar": "^1.3.4",
|
|
"nuxt-mongoose": "1.0.6",
|
|
"openai": "^4.66.0",
|
|
"pinia": "^3.0.3",
|
|
"vue": "^3.5.21",
|
|
"vue-router": "^4.5.1",
|
|
"vuetify": "3.9.0-beta.1",
|
|
"vuetify-nuxt-module": "0.18.7"
|
|
},
|
|
"engines": {
|
|
"node": "22.x"
|
|
},
|
|
"packageManager": "yarn@4.9.4",
|
|
"devDependencies": {
|
|
"@types/fluent-ffmpeg": "^2",
|
|
"tsx": "^4.15.1"
|
|
}
|
|
}
|