1 Star 0 Fork 5

jixiaohua/前端脚手架工程

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.53 KB
一键复制 编辑 原始数据 按行查看 历史
zhangh 提交于 2020-02-09 20:00 . 修复bug,切换数据图层
{
"name": "dashbord-standard",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"start": "npm run outnpm && npm install && npm run internalnpm && npm run serve",
"outnpm": "npm set registry https://registry.npmjs.org/ && npm config set strict-ssl false",
"internalnpm": "npm set registry http://devops.gsafety.com/nexus/repository/npm_public/"
},
"dependencies": {
"@types/core-js": "^2.5.2",
"@types/echarts": "^4.1.10",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.136",
"@types/qs": "^6.5.3",
"@types/uuid": "^3.4.5",
"axios": "^0.19.0",
"core-js": "^3.2.1",
"dtsmake": "0.0.10",
"echarts": "^4.2.1",
"element-ui": "^2.13.0",
"geostyler-sld-parser": "^2.0.0",
"httpserver": "^0.3.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"qs": "^6.7.0",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"vue-bus": "^1.2.1",
"vue-class-component": "^7.1.0",
"vue-container": "^1.1.1",
"vue-property-decorator": "^8.2.1",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@types/lodash": "^4.14.136",
"@vue/cli-plugin-typescript": "^3.10.0",
"@vue/cli-plugin-unit-jest": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/test-utils": "1.0.0-beta.29",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"lint-staged": "^8.1.5",
"ts-jest": "^23.0.0",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3",
"vue-styleguidist": "^3.22.3",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"rules": {
"no-console": "off"
}
},
"gitHooks": {},
"lint-staged": {
"*.ts": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jixiaohua/front_end_scaffold_works.git
[email protected]:jixiaohua/front_end_scaffold_works.git
jixiaohua
front_end_scaffold_works
前端脚手架工程
master

搜索帮助