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.
72 lines
1.9 KiB
72 lines
1.9 KiB
{ |
|
"name": "pc", |
|
"packageManager": "pnpm@8.5.1", |
|
"version": "0.1.4", |
|
"description": "JAVA 多商户 PC", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/element-plus/element-plus-nuxt-starter" |
|
}, |
|
"author": "crmeb Team", |
|
"license": "MIT", |
|
"private": true, |
|
"scripts": { |
|
"dev": "nuxi dev", |
|
"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": { |
|
"@element-plus/icons-vue": "^2.1.0", |
|
"@fullpage/nuxt-fullpage": "0.2.5", |
|
"aos": "^2.3.4", |
|
"axios": "^1.4.0", |
|
"crypto-js": "^4.1.1", |
|
"dotenv": "^16.3.1", |
|
"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", |
|
"postcss-px2rem": "^0.3.0", |
|
"qrcode.vue": "^3.4.0", |
|
"vue-awesome-swiper": "^5.0.1" |
|
}, |
|
"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 |
|
}
|
|
|