加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
Shaohqfspace 提交于 2022-07-22 21:14 . feat:new
{
"name": "doms",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"pre": "husky install",
"lint-staged": "lint-staged",
"lint": "eslint --ext .ts,.vue src --fix",
"commitlint": "commitlint --config commitlint.config.js",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.vue\"",
"watch": "postcss ./src/index.css -o dist/style.css --watch "
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.{js,vue,jsx,tsx,ts}": [
"prettier --write",
"eslint --ext .ts,.vue src ",
"git add"
]
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.11.4",
"@tweenjs/tween.js": "^18.6.4",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"autoprefixer": "^9.8.8",
"axios": "^0.26.1",
"core-js": "^3.6.5",
"d3": "^7.4.0",
"echarts": "^5.2.2",
"echarts-liquidfill": "^3.1.0",
"eslint-config-prettier": "^8.3.0",
"i": "^0.3.7",
"image-sprite": "^1.0.0",
"leaflet": "^1.7.1",
"leaflet-ant-path": "^1.3.0",
"leaflet.chinatmsproviders": "^3.0.4",
"postcss": "^7.0.39",
"three": "^0.129.0",
"typescript": "^4.5.4",
"vdatax": "^3.1.2",
"vite": "^2.7.7",
"vite-plugin-html": "^2.1.2",
"vue": "^3.0.0",
"vue-count-to": "^1.0.13",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/leaflet": "^1.7.9",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.20.0",
"husky": "^4.3.8",
"lint-staged": "^12.1.4",
"prettier": "^2.5.1",
"vite-plugin-windicss": "^1.6.2",
"windicss": "^3.4.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化