1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "goverment-front",
- "description": "",
- "scripts": {
- "start": "rca start",
- "build": "rca build",
- "test": "rca test"
- },
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": ""
- },
- "lint-staged": {
- "*.{js,jsx}": [
- "eslint --fix",
- "git add"
- ],
- "packages/**/*.{ts,d.ts}": [
- "npm run build:docs-api",
- "git adddocs"
- ]
- },
- "husky": {
- "hooks": {
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [],
- "author": "",
- "dependencies": {
- "@amap/amap-jsapi-loader": "^0.0.7",
- "@ant-design/icons": "4.0.0",
- "@types/react": "^16.9.0",
- "@types/react-dom": "^16.9.0",
- "@types/react-router-dom": "^5.1.5",
- "antd": "^4.9.2",
- "babel-plugin-import": "^1.13.3",
- "core-js": "^3.8.1",
- "echarts": "^5.0.0",
- "jparticles": "^2.0.1",
- "node-sass": "^5.0.0",
- "postcss-pxtorem": "^5.1.1",
- "rca": "0.0.19",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "react-router-dom": "^5.2.0",
- "sass-loader": "^10.0.5"
- },
- "devDependencies": {
- "@types/node": "^14.14.6",
- "@types/webpack-env": "^1.15.3",
- "typescript": "^3.9.7"
- }
- }
|