mirror of
https://github.com/zuiidea/antd-admin.git
synced 2024-04-21 12:32:14 +00:00
# Conflicts: # package.json # src/pages/dashboard/components/cpu.js # src/pages/dashboard/components/user.js # yarn.lock
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"name": "antd-admin",
|
|
"version": "5.0.0-beta",
|
|
"private": true,
|
|
"description": "An admin dashboard application demo built upon Ant Design and UmiJS",
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.0.0",
|
|
"antd": "^3.9.2",
|
|
"axios": "^0.18.0",
|
|
"babel-eslint": "^9.0.0",
|
|
"classnames": "^2.2.6",
|
|
"d3-shape": "^1.2.2",
|
|
"draftjs-to-html": "^0.8.4",
|
|
"draftjs-to-markdown": "^0.5.1",
|
|
"dva-model-extend": "^0.1.2",
|
|
"echarts": "^4.1.0",
|
|
"echarts-for-react": "^2.0.14",
|
|
"echarts-gl": "^1.1.1",
|
|
"echarts-liquidfill": "^2.0.2",
|
|
"eslint-plugin-flowtype": "^2.50.0",
|
|
"highcharts-exporting": "^0.1.7",
|
|
"highcharts-more": "^0.1.7",
|
|
"jsonp": "^0.2.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"module": "^1.2.5",
|
|
"nprogress": "^0.2.0",
|
|
"path-to-regexp": "^2.4.0",
|
|
"prop-types": "^15.6.2",
|
|
"qs": "^6.5.2",
|
|
"rc-tween-one": "^2.2.3",
|
|
"react-adsense": "^0.0.6",
|
|
"react-countup": "^4.0.0-alpha.6",
|
|
"react-draft-wysiwyg": "^1.12.13",
|
|
"react-helmet": "^5.2.0",
|
|
"react-highcharts": "^16.0.2",
|
|
"recharts": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-dev-expression": "^0.2.1",
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
"cross-env": "^5.2.0",
|
|
"eslint": "^5.5.0",
|
|
"eslint-config-react-app": "^2.1.0",
|
|
"eslint-plugin-import": "^2.6.0",
|
|
"eslint-plugin-jsx-a11y": "^6.1.1",
|
|
"eslint-plugin-react": "^7.1.0",
|
|
"husky": "^0.14.3",
|
|
"less-vars-to-js": "^1.3.0",
|
|
"lint-staged": "^7.2.2",
|
|
"mockjs": "^1.0.1-beta3",
|
|
"prettier": "^1.14.2",
|
|
"svg-sprite-loader": "^3.9.2",
|
|
"stylelint": "^9.5.0",
|
|
"stylelint-config-prettier": "^4.0.0",
|
|
"stylelint-config-standard": "^18.2.0",
|
|
"umi": "^2.0.3",
|
|
"umi-plugin-react": "^1.0.3"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{js,less}": [
|
|
"npm run prettier",
|
|
"git add"
|
|
],
|
|
"**/*.js": "npm run lint",
|
|
"**/*.less": "stylelint --syntax less"
|
|
},
|
|
"scripts": {
|
|
"analyze": "cross-env ANALYZE=1 umi build",
|
|
"build": "umi build",
|
|
"lint": "eslint --ext .js src",
|
|
"lint:style": "stylelint \"src/**/*.less\" --syntax less",
|
|
"start": "umi dev",
|
|
"test": "umi test",
|
|
"prettier": "prettier --write 'src/**/*'",
|
|
"precommit": "lint-staged"
|
|
}
|
|
}
|