You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.1 KiB
76 lines
2.1 KiB
6 months ago
|
{
|
||
|
"name": "pc",
|
||
|
"packageManager": "pnpm@8.5.1",
|
||
|
"version": "1.0.4",
|
||
|
"description": "花机宝 鲜花蛋糕行业高效运营管理系统",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/element-plus/element-plus-nuxt-starter"
|
||
|
},
|
||
|
"author": "hjb Team",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "nuxi dev --open",
|
||
|
"build": "nuxi build",
|
||
|
"preview": "NODE_ENV=development PORT=3000 nuxi preview",
|
||
|
"start": "PORT=6000 node .output/server/index.mjs",
|
||
|
"generate": "nuxi generate && node scripts/build.mjs",
|
||
|
"postinstall": "nuxi prepare",
|
||
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||
|
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
||
|
"@element-plus/icons-vue": "^2.1.0",
|
||
|
"@fullpage/nuxt-fullpage": "0.2.5",
|
||
|
"address-smart-parse": "^1.0.0",
|
||
|
"aos": "^2.3.4",
|
||
|
"axios": "^1.4.0",
|
||
|
"crypto-js": "^4.1.1",
|
||
|
"dotenv": "^16.3.1",
|
||
|
"element-china-area-data": "^5.0.2",
|
||
|
"element-plus": "^2.3.4",
|
||
|
"lib-flexible": "^0.3.2",
|
||
|
"lodash": "^4.17.21",
|
||
|
"ohmyfetch": "^0.4.21",
|
||
|
"pinia": "^2.1.4",
|
||
|
"pinia-plugin-persistedstate": "^3.1.0",
|
||
|
"qrcode.vue": "^3.4.0",
|
||
|
"vue-awesome-swiper": "^5.0.1",
|
||
|
"vue-seamless-scroll": "^1.1.23"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.22.5",
|
||
|
"@element-plus/nuxt": "^1.0.5",
|
||
|
"@nuxtjs/color-mode": "^3.2.0",
|
||
|
"@pinia/nuxt": "^0.4.10",
|
||
|
"@types/fullpage.js": "^2.9.3",
|
||
|
"@types/nprogress": "^0.2.0",
|
||
|
"@unocss/nuxt": "^0.51.13",
|
||
|
"@vue/eslint-config-prettier": "^7.0.0",
|
||
|
"@vue/eslint-config-typescript": "^11.0.2",
|
||
|
"@vueuse/nuxt": "^10.1.2",
|
||
|
"consola": "^3.1.0",
|
||
|
"eslint": "^8.25.0",
|
||
|
"eslint-plugin-nuxt": "^4.0.0",
|
||
|
"fs-extra": "^11.1.1",
|
||
|
"nuxt": "^3.5.0",
|
||
|
"prettier": "^2.8.8",
|
||
|
"sass": "^1.62.1",
|
||
|
"typescript": "^5.1.3",
|
||
|
"vue-router": "^4.2.0"
|
||
|
},
|
||
|
"pnpm": {
|
||
|
"peerDependencyRules": {
|
||
|
"ignoreMissing": [
|
||
|
"webpack",
|
||
|
"vite",
|
||
|
"vue"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"type": "module",
|
||
|
"__npminstall_done": false
|
||
|
}
|