1 Star 0 Fork 4

Jacco_su / dgiot-dashboard-lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.19 KB
一键复制 编辑 原始数据 按行查看 历史
dgiot 提交于 2022-03-29 15:49 . feat:del echarts
{
"name": "@dgiot/dgiot-dashboard-lite",
"version": "1.0.0",
"author": "h7ml <<dev@h7ml.cn>>",
"license": "MPL-2.0",
"private": false,
"homepage": "https://github.com/dgiot/dgiot-dashboard-lite.git",
"description": "dgiot-dashboard-lite",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"eslint": "eslint src/ --ext .ts,.tsx --fix --cache",
"stylelint": "stylelint 'src/**/*.less' 'src/**/*.css' --fix --cache",
"lint": "npm run eslint && npm run stylelint"
},
"dependencies": {
"@antv/data-set": "^0.11.8",
"@arco-design/color": "^0.4.0",
"@arco-design/web-react": "^2.27.0",
"@arco-plugins/vite-react": "^1.0.5",
"@arco-themes/react-arco-pro": "^0.0.7",
"@jiaminghi/data-view-react": "^1.2.5",
"@loadable/component": "^5.13.2",
"@turf/turf": "^6.5.0",
"@types/jquery": "^3.5.14",
"@uiw/react-baidu-map": "^2.4.0",
"antd": "^4.19.2",
"axios": "^0.24.0",
"axios-retry": "^3.2.4",
"base-64": "^1.0.0",
"bizcharts": "^4.1.11",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.0",
"eslint": "^8.10.0",
"font-awesome": "^4.7.0",
"increase-memory-limit": "^1.0.7",
"lodash": "^4.17.15",
"mockjs": "^1.1.0",
"mqtt": "^4.3.6",
"nprogress": "^0.2.0",
"qs": "^6.10.3",
"query-string": "^6.13.8",
"react": "^17.0.2",
"react-color": "^2.18.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2",
"vite": "^2.8.6"
},
"devDependencies": {
"@arco-design/web-react": "^2.27.0",
"@arco-design/webpack-plugin": "^1.6.0",
"@arco-plugins/vite-plugin-svgr": "^0.7.2",
"@svgr/webpack": "^5.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-react": "^1.1.0",
"amis": "1.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.2",
"js-cookie": "^3.0.1",
"less": "^4.1.2",
"less-loader": "7.3.0",
"lint-staged": "^11.1.2",
"postcss-less": "4",
"prettier": "^2.4.1",
"stylelint": "^14.1.0",
"stylelint-config-css-modules": "^2.3.0",
"stylelint-config-standard": "^24.0.0",
"typescript": "^4.5.2",
"vite": "^2.8.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgiot/dgiot-dashboard-next.git"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"npm run eslint",
"git add"
],
"*.{css, less}": [
"npm run stylelint",
"git add"
]
},
"peerDependencies": {
"@arco-design/web-react": ">=2.0.0"
}
}
1
https://gitee.com/m163/dgiot-dashboard-lite.git
git@gitee.com:m163/dgiot-dashboard-lite.git
m163
dgiot-dashboard-lite
dgiot-dashboard-lite
master

搜索帮助