123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "squi",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "vite serve --mode dev",
- "build": "vite build --mode test",
- "prod": "vite build --mode prod",
- "zwy": "vite build --mode zwy",
- "zwynw": "vite build --mode zwynw",
- "lint": "eslint --fix --ext .ts,.tsx,.json src"
- },
- "dependencies": {
- "@element-plus/icons": "^0.0.11",
- "@wangeditor/editor": "^5.0.1",
- "@wangeditor/editor-for-vue": "^5.1.11",
- "axios": "^0.24.0",
- "clsx": "^1.1.1",
- "core-js": "^3.6.5",
- "echarts": "^5.2.1",
- "element-plus": "^1.1.0-beta.24",
- "moment": "^2.29.3",
- "nprogress": "^0.2.0",
- "ol": "^6.9.0",
- "pinia": "^2.0.0",
- "vant": "3",
- "vue": "^3.0.0",
- "vue-router": "^4.0.12",
- "vuex": "^4.0.0-0"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.176",
- "@types/node": "^16.11.6",
- "@types/nprogress": "^0.2.0",
- "@typescript-eslint/eslint-plugin": "^5.2.0",
- "@typescript-eslint/parser": "^5.2.0",
- "@vitejs/plugin-vue": "^1.9.3",
- "@vitejs/plugin-vue-jsx": "^1.2.0",
- "@vue/babel-plugin-jsx": "^1.1.1",
- "@vue/compiler-sfc": "^3.0.0",
- "@vue/eslint-config-prettier": "^6.0.0",
- "@vue/eslint-config-typescript": "^8.0.0",
- "babel-eslint": "^10.1.0",
- "eslint": "^6.7.2",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^7.0.0",
- "prettier": "^2.4.1",
- "sass": "^1.27.0",
- "sass-loader": "^10.0.4",
- "typescript": "^4.4.4",
- "unplugin-element-plus": "^0.1.3",
- "unplugin-vue-components": "^0.16.0",
- "vite": "^2.6.11",
- "vite-plugin-style-import": "^1.4.0",
- "vite-svg-loader": "^2.2.0",
- "vue-cli-plugin-element-plus": "~0.0.13"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|