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.

47 lines
1.1 KiB

{
"name": "h5src",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "^2.21.4",
"@rollup/plugin-alias": "^4.0.2",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@vant/icons": "^2.0.0",
"axios": "^1.2.1",
"dotenv": "^16.0.3",
"hammerjs": "^2.0.8",
"js-cookie": "^3.0.1",
"less": "^4.1.3",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.28",
"postcss": "^8.4.20",
"qrcode.vue": "^3.4.0",
"uuid": "^9.0.0",
"vant": "^4.0.2",
"vue": "^3.2.41",
"vue-advanced-cropper": "^2.8.8",
"vue-router": "^4.1.6",
"vue3-clipboard": "^1.0.0"
},
"devDependencies": {
"@types/hammerjs": "^2.0.41",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.191",
"@vitejs/plugin-vue": "^3.2.0",
"amfe-flexible": "^2.2.1",
"postcss-pxtorem": "^6.0.0",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.3",
"vite-plugin-top-level-await": "^1.3.0",
"vue-tsc": "^1.0.9"
}
}