123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "name": "gdapp",
- "version": "1.0.1",
- "description": "gd",
- "main": "index.js",
- "proxy": "http://127.0.0.1:41001",
- "scripts": {
- "dev": "nscript dev react",
- "build": "nscript build react",
- "test": "jest"
- },
- "author": "nick",
- "license": "ISC",
- "dependencies": {
- "@ant-design/icons": "^4.6.3",
- "@antv/data-set": "^0.10.2",
- "@svgr/webpack": "^4.3.3",
- "@types/ali-oss": "^6.0.4",
- "@types/classnames": "^2.2.9",
- "@types/jest": "^24.0.23",
- "@types/less": "^3.0.1",
- "@types/md5": "^2.1.33",
- "@types/react": "^16.8.17",
- "@types/react-color": "^3.0.1",
- "@types/react-csv": "^1.1.1",
- "@types/react-dom": "^16.8.4",
- "@types/react-highlight-words": "^0.16.0",
- "@types/react-loadable": "^5.5.2",
- "@types/react-router-dom": "5.1.0",
- "@types/react-test-renderer": "^16.9.1",
- "@typescript-eslint/eslint-plugin": "^2.3.2",
- "@typescript-eslint/parser": "^2.3.2",
- "ali-oss": "^6.1.1",
- "antd": "3.26.0",
- "antd-theme-generator": "1.2.5",
- "antd-theme-webpack-plugin": "^1.3.0",
- "autoprefixer": "^9.7.1",
- "axios": "^0.19.0",
- "babel-loader": "^8.0.6",
- "babel-plugin-import": "^1.12.2",
- "bizcharts": "^3.5.6",
- "classnames": "^2.2.6",
- "copy-webpack-plugin": "^5.0.4",
- "cross-env": "^6.0.3",
- "echarts": "^5.4.0",
- "eslint": "^6.5.1",
- "eslint-config-prettier": "^6.4.0",
- "eslint-plugin-prettier": "^3.1.1",
- "export-from-json": "^1.1.4",
- "http-proxy-middleware": "^2.0.6",
- "less": "^3.10.3",
- "md5": "^2.2.1",
- "moment": "^2.24.0",
- "nick-script": "0.1.53",
- "postcss-nested": "^4.1.2",
- "prettier": "1.17.0",
- "react": "^16.8.6",
- "react-activation": "^0.3.4",
- "react-color": "^2.17.3",
- "react-csv": "^1.1.2",
- "react-highlight-words": "^0.16.0",
- "react-hot-loader": "^4.12.15",
- "react-json-view-repair": "^1.19.2",
- "react-loadable": "^5.5.0",
- "react-particles-js": "^2.7.0",
- "react-router-dom": "5.1.2"
- },
- "devDependencies": {
- "eslint-plugin-react-hooks": "^2.1.2",
- "husky": "^3.0.8",
- "lint-staged": "^10.0.0-0",
- "node-sass": "^4.14.1"
- },
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "lint-staged": {
- "*.{.ts,.tsx,.js}": [
- "prettier --write",
- "eslint src --fix --ext .ts,.tsx,.js",
- "git add"
- ]
- },
- "babel": {
- "plugins": [
- [
- "import",
- {
- "libraryName": "antd",
- "style": "css"
- }
- ]
- ]
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ]
- }
|