加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
毛睫(weiq) 提交于 2018-07-23 14:48 . :cake:update docs
{
"name": "dva-boot-admin",
"version": "1.0.0",
"description": "dva-boot-admin",
"main": "index.js",
"homepage": "https://lanif-ui.github.io/dva-boot-admin",
"repository": {
"type": "git",
"url": "git@github.com:LANIF-UI/dva-boot-admin.git"
},
"license": "MIT",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"gh-pages": "react-app-rewired build && gh-pages -d build"
},
"proxy": {
"/api": {
"target": "http://localhost:8080",
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
}
}
},
"dependencies": {
"@antv/data-set": "^0.8.9",
"antd": "^3.6.1",
"bizcharts": "^3.1.5",
"classnames": "^2.2.5",
"cmn-utils": "^1.0.4",
"css-animation": "^1.4.1",
"css-element-queries": "^1.0.2",
"dva": "^2.2.3",
"dva-loading": "^1.0.4",
"echarts": "^4.1.0",
"lazysizes": "^4.0.4",
"masonry-layout": "^4.2.1",
"object.omit": "^3.0.0",
"path-to-regexp": "^2.2.1",
"react": "^16.2.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.2.0",
"react-fast-compare": "^2.0.0",
"react-scripts": "1.0.17",
"wangeditor": "^3.1.1"
},
"devDependencies": {
"autodll-webpack-plugin": "^0.3.8",
"babel-plugin-dva-hmr": "^0.4.0",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"fetch-mock": "^6.4.3",
"gh-pages": "^1.1.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mockjs": "^1.0.1-beta3",
"prop-types": "^15.6.1",
"react-app-rewire-less-modules": "1.1.0",
"react-app-rewired": "^1.3.8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化