12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "byte-sailing-mobile",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve --mode development",
- "build": "vue-cli-service build --mode staging",
- "build:prod": "vue-cli-service build --mode prod",
- "build:staging": "vue-cli-service build --mode staging",
- "dev": "vue-cli-service serve --mode development"
- },
- "dependencies": {
- "@zxing/library": "^0.20.0",
- "axios": "^1.3.4",
- "core-js": "^3.8.3",
- "crypto-js": "^4.1.1",
- "dingtalk-jsapi": "^3.0.20",
- "echarts": "^5.4.2",
- "pinia": "^2.0.33",
- "vant": "^4.1.1",
- "vue": "^3.2.13",
- "vue-i18n": "^9.3.0-beta.16",
- "vue-router": "^4.0.3"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~5.0.0",
- "@vue/cli-plugin-router": "~5.0.0",
- "@vue/cli-service": "~5.0.0",
- "sass": "^1.32.7",
- "sass-loader": "^12.0.0",
- "unplugin-auto-import": "^0.15.1",
- "unplugin-vue-components": "^0.24.1"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead",
- "not ie 11"
- ]
- }
|