liveh5-nuxt/package.json

83 lines
2.1 KiB
JSON
Raw Normal View History

2025-01-08 05:26:12 +00:00
{
"name": "nuxt-vant-mobile",
"type": "module",
"version": "0.3.0",
"packageManager": "pnpm@9.15.1",
"scripts": {
"build": "nuxt build",
"dev": "cross-env ENV_FILE=.env.test nuxt dev",
"dev:prod": "cross-env ENV_FILE=.env.prod nuxt dev",
"build:test": "cross-env ENV_FILE=.env.test nuxt build",
"build:prod": "cross-env ENV_FILE=.env.prod nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "vue-tsc --noEmit",
"release": "bumpp --commit --push --tag",
"start": "cross-env ENV_FILE=.env.prod nuxt start"
2025-01-08 05:26:12 +00:00
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.5.1",
2025-04-18 08:42:40 +00:00
"@intlify/message-compiler": "^11.1.3",
2025-01-08 05:26:12 +00:00
"@nuxtjs/i18n": "^9.1.1",
"@vue-office/pdf": "^2.0.10",
"@vueuse/components": "^12.8.2",
"@vueuse/core": "^12.4.0",
"aliyun-aliplayer": "^2.28.5",
"axios": "^1.7.9",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"mammoth": "^1.9.0",
2025-01-08 05:26:12 +00:00
"nuxt": "^3.15.0",
"pinyin": "4.0.0-alpha.2",
"qrcode": "^1.5.4",
"segmentit": "^2.0.3",
"tslib": "^2.6.0",
"vconsole": "^3.15.1",
2025-01-08 05:26:12 +00:00
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-pdf-embed": "^2.1.2",
"vue-router": "^4.5.0",
"vue-signature-pad": "^3.0.2"
2025-01-08 05:26:12 +00:00
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@unocss/nuxt": "0.65.2",
"@unocss/preset-rem-to-px": "0.65.2",
"@vant/nuxt": "^1.0.6",
"bumpp": "^9.9.2",
"cross-env": "^7.0.3",
"ipx": "^3.0.1",
"postcss-px-to-viewport": "^1.1.1",
"sass": "^1.83.1",
"sass-loader": "^16.0.4",
"sharp": "^0.33.5",
2025-01-08 05:26:12 +00:00
"typescript": "~5.7.2",
"vant": "^4.9.15",
"vite-plugin-imagemin": "^0.6.1"
2025-01-08 05:26:12 +00:00
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"meow": "^12.x",
"@intlify/shared": "^11.0.0"
}
},
"allowedDeprecatedVersions": {
"glob": "*",
"are-we-there-yet": "2",
"gauge": "3",
"inflight": "1",
"npmlog": "5",
"rimraf": "3"
}
},
"resolutions": {
"vite": "^6.0.5"
},
"browserslist": [
"defaults"
]
}