new-cashier/jeepay-ui-merchant/package.json

61 lines
1.6 KiB
JSON

{
"name": "jeepay-plus-ui-merchant",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node bin/init.js && vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@ant-design-vue/pro-layout": "3.1.9",
"@ant-design/icons-vue": "^6.0.1",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"ant-design-vue": "3.1.1",
"async-validator": "^4.0.7",
"axios": "^0.20.0-0",
"bootstrap-icons": "^1.7.1",
"dayjs": "^1.11.11",
"echarts": "^5.2.2",
"gm-crypto": "^0.1.8",
"js-base64": "^3.7.2",
"js-file-download": "^0.4.12",
"mitt": "^3.0.1",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-rc.10",
"qrcode.vue": "^3.3.3",
"qs": "^6.10.1",
"reconnectingwebsocket": "^1.0.0",
"snabbdom": "^3.5.1",
"store": "^2.0.12",
"v-viewer": "^3.0.11",
"video.js": "^8.10.0",
"viewerjs": "^1.11.6",
"vue": "^3.2.21",
"vue-clipboard3": "^1.0.1",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/node": "^16.11.12",
"@types/qs": "^6.9.7",
"@types/store": "^2.0.2",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.2.19",
"crypto-js": "^4.1.1",
"eslint": "^8.2.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.1.3",
"less-loader": "^10.2.0",
"typescript": "^4.4.3",
"unplugin-vue-components": "^0.17.2",
"vite": "^2.6.13",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.3.0"
}
}