add a block
Showing
... | ... | @@ -20,7 +20,7 @@ |
"lint-staged": "lint-staged", | ||
"lint-staged:js": "eslint --ext .js", | ||
"lint-staged:ts": "tslint", | ||
"lint:fix": "eslint --fix --ext .js src mock tests && stylelint --fix 'src/**/*.less' --syntax less", | ||
"lint:fix": "eslint --fix --ext .js src tests && stylelint --fix 'src/**/*.less' --syntax less", | ||
"lint:js": "eslint --ext .js src tests", | ||
"lint:prettier": "check-prettier lint", | ||
"lint:style": "stylelint 'src/**/*.less' --syntax less", | ||
... | ... | @@ -57,6 +57,7 @@ |
"dependencies": { | ||
"@ant-design/pro-layout": "^4.1.0", | ||
"@antv/data-set": "^0.10.1", | ||
"ant-design-pro": "^2.1.1", | ||
"antd": "^3.16.1", | ||
"bizcharts": "^3.4.3", | ||
"bizcharts-plugin-slider": "^2.1.1-beta.1", | ||
... | ... | @@ -67,6 +68,7 @@ |
"lodash-decorators": "^6.0.0", | ||
"memoize-one": "^5.0.0", | ||
"moment": "^2.22.2", | ||
"numeral": "^2.0.6", | ||
"omit.js": "^1.0.0", | ||
"path-to-regexp": "^2.4.0", | ||
"qs": "^6.7.0", | ||
... | ... |
src/pages/analysis/_mock.ts
0 → 100644
src/pages/analysis/data.d.ts
0 → 100644
src/pages/analysis/index.tsx
0 → 100644
src/pages/analysis/model.tsx
0 → 100644
Please register or sign in to comment