mirror of
https://github.com/unilei/aipan-netdisk-search.git
synced 2024-11-25 16:32:42 +08:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --port 3001",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"start": "node .output/server/index.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/nuxt": "^1.0.9",
|
|
"@nuxt/config": "^2.17.1",
|
|
"@nuxt/devtools": "latest",
|
|
"@nuxt/types": "^2.17.1",
|
|
"@nuxt/typescript-build": "^3.0.1",
|
|
"@nuxtjs/device": "^3.1.1",
|
|
"@nuxtjs/google-fonts": "^3.2.0",
|
|
"@nuxtjs/i18n": "^8.0.0-rc.7",
|
|
"@nuxtjs/sitemap": "^6.0.1",
|
|
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
|
|
"@types/node": "^18.16.19",
|
|
"nuxt": "^3.13.2",
|
|
"prisma": "^5.18.0",
|
|
"sass": "^1.77.1",
|
|
"typescript": "^5.1.6",
|
|
"video.js": "^8.17.4",
|
|
"vue-tsc": "^1.8.5"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@fortawesome/fontawesome-free": "^6.7.0",
|
|
"@nuxtjs/color-mode": "^3.4.1",
|
|
"@nuxtjs/tailwindcss": "^6.8.0",
|
|
"@pinia/nuxt": "^0.5.1",
|
|
"@prisma/adapter-pg": "^5.18.0",
|
|
"@prisma/client": "^5.18.0",
|
|
"axios": "^1.6.2",
|
|
"bcrypt": "^5.1.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cloudscraper": "^4.6.0",
|
|
"fast-xml-parser": "^4.4.0",
|
|
"github-slugger": "^2.0.0",
|
|
"highlight.js": "^11.10.0",
|
|
"hls.js": "^1.5.15",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"js-cookie": "^3.0.5",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lru-cache": "^11.0.2",
|
|
"marked": "^14.1.2",
|
|
"md-editor-v3": "^5.0.2",
|
|
"moment": "^2.30.1",
|
|
"nodemailer": "^6.9.14",
|
|
"nuxt-icon": "^0.6.10",
|
|
"nuxt-proxy": "^0.0.8",
|
|
"papaparse": "^5.4.1",
|
|
"pg": "^8.12.0",
|
|
"user-agents": "^1.1.268",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"overrides": {
|
|
"vue": "latest"
|
|
}
|
|
}
|