package.json 11.2 KB
Newer Older
Julien Benchetrit's avatar
Julien Benchetrit committed
1
{
邓晓峰's avatar
邓晓峰 committed
2
    "name": "panda_maintenace",
李红林's avatar
李红林 committed
3
    "version": "0.0.2",
邓晓峰's avatar
邓晓峰 committed
4 5 6 7 8 9 10 11 12 13 14 15
    "description": "",
    "repository": {
        "type": "git",
        "url": "https://g.civnet.cn:8443/test/maintenance.git"
    },
    "engines": {
        "npm": ">=5",
        "node": ">=8.15.1"
    },
    "author": "Max Stoiber",
    "license": "MIT",
    "scripts": {
杨思琦's avatar
杨思琦 committed
16
        "init": "npm install --force --registry=https://g.civnet.cn:4873",
邓晓峰's avatar
邓晓峰 committed
17 18 19 20
        "analyze:clean": "rimraf stats.json",
        "preanalyze": "npm run analyze:clean",
        "analyze": "node ./internals/scripts/analyze.js",
        "npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
李红林's avatar
李红林 committed
21
        "preinstall": "npm run npmcheckversion && npx force-resolutions",
22
        "build": "cross-env NODE_ENV=production node --max_old_space_size=8192 internals/webpack/clean.js",
邓晓峰's avatar
邓晓峰 committed
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
        "build:inspect": "cross-env NODE_ENV=production node --inspect-brk ./node_modules/webpack/bin/webpack.js --config internals/webpack/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
        "build:clean": "node ./internals/webpack/clean.js",
        "push": "sh push.sh",
        "start": "cross-env NODE_ENV=development node server",
        "start:inspect": "cross-env NODE_ENV=development node --inspect=9229 server",
        "start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server",
        "start:production": "npm run test && npm run build && npm run start:prod",
        "start:prod": "cross-env NODE_ENV=production node server",
        "release": "np --no-cleanup --yolo --no-publish",
        "cm": "git-cz",
        "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
        "docs:dev": "dumi dev",
        "docs:build": "dumi build",
        "update:deps": "yarn upgrade-interactive --latest",
        "presetup": "npm i chalk shelljs",
        "setup": "node ./internals/scripts/setup.js",
        "generate": "plop --plopfile internals/generators/index.js",
        "lint": "npm run lint:js && npm run lint:css",
        "lint:css": "stylelint src/**/*.less",
        "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts",
        "lint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix -- .",
        "lint:js": "npm run lint:eslint -- . ",
        "lint:staged": "lint-staged",
        "pretest": "npm run test:clean && npm run lint",
        "test:clean": "rimraf ./coverage",
        "clean:node_modules": "rimraf ./node_modules",
        "test": "cross-env NODE_ENV=test jest --coverage",
        "test:watch": "cross-env NODE_ENV=test jest --watchAll",
        "coveralls": "cat ./coverage/lcov.info | coveralls",
        "prettify": "prettier --write",
        "postinstall": "patch-package"
    },
    "browserslist": [
        "last 2 versions",
        "> 1%",
        "IE 10"
Julien Benchetrit's avatar
Julien Benchetrit committed
59
    ],
邓晓峰's avatar
邓晓峰 committed
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
    "config": {
        "commitizen": {
            "path": "cz-conventional-changelog"
        }
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged",
            "commit-msg": "commitlint -e $GIT_PARAMS"
        }
    },
    "lint-staged": {
        "*.js": [
            "npm run lint:fix",
            "git add --force"
        ],
        "*.json": [
            "prettier --write",
            "git add --force"
        ]
    },
    "pre-commit": "lint:staged",
    "resolutions": {
        "babel-core": "7.0.0-bridge.0"
    },
    "dependencies": {
        "@ant-design/pro-card": "^1.4.6",
        "@antv/data-set": "^0.11.7",
        "@babel/plugin-proposal-optional-chaining": "^7.12.1",
        "@babel/polyfill": "7.4.3",
        "@babel/preset-typescript": "^7.12.1",
        "@babel/runtime": "^7.10.5",
        "@esri/calcite-colors": "6.0.3",
邓超's avatar
邓超 committed
93 94
        "@wangeditor/editor": "^5.1.23",
        "@wangeditor/editor-for-react": "^1.0.6",
95
        "@wisdom-cesium/cesium": "1.1.12",
96
        "@wisdom-cesium/krpano": "^1.0.29-60",
97 98
        "@wisdom-map/arcgismap": "^2.0.97",
        "@wisdom-map/basemap": "^2.0.4",
99 100 101
        "@wisdom-map/gis-component": "^1.0.46",
        "@wisdom-map/gis-utils": "^1.0.41",
        "@wisdom-map/pd-map": "^1.0.140",
102 103
        "@wisdom-utils/components": "0.1.337",
        "@wisdom-utils/utils": "0.1.377",
邓晓峰's avatar
邓晓峰 committed
104 105
        "ace-builds": "^1.4.12",
        "antd-img-crop": "^3.13.2",
皮倩雯's avatar
皮倩雯 committed
106
        "array-move": "^4.0.0",
邓晓峰's avatar
邓晓峰 committed
107 108 109 110 111 112
        "bizcharts": "^4.0.15",
        "chalk": "2.4.2",
        "compression": "1.7.4",
        "connected-react-router": "6.4.0",
        "copy-webpack-plugin": "5.0.0",
        "cross-env": "5.0.0",
皮倩雯's avatar
皮倩雯 committed
113
        "crypto-js": "^4.1.1",
邓晓峰's avatar
邓晓峰 committed
114
        "dragm": "^0.0.5",
程恺文's avatar
程恺文 committed
115
        "echarts-for-react": "^3.0.2",
邓晓峰's avatar
邓晓峰 committed
116
        "express": "4.16.4",
田翔's avatar
田翔 committed
117
        "file-saver": "^2.0.5",
邓晓峰's avatar
邓晓峰 committed
118 119
        "fontfaceobserver": "2.1.0",
        "gojs": "2.1.49",
邓超's avatar
邓超 committed
120
        "gsap": "^3.10.4",
邓晓峰's avatar
邓晓峰 committed
121 122
        "history": "4.9.0",
        "hoist-non-react-statics": "3.3.0",
123
        "html2canvas": "^1.4.1",
邓晓峰's avatar
邓晓峰 committed
124 125 126 127 128 129
        "immer": "3.0.0",
        "immutability-helper": "latest",
        "immutable": "^4.0.0-rc.12",
        "intl": "1.2.5",
        "invariant": "2.2.4",
        "ip": "1.1.5",
邓超's avatar
邓超 committed
130
        "js-calendar-converter": "0.0.4",
田翔's avatar
田翔 committed
131
        "jszip": "^3.10.1",
邓晓峰's avatar
邓晓峰 committed
132 133
        "lodash": "4.17.11",
        "minimist": "1.2.0",
134
        "panda-xform": "6.11.38",
皮倩雯's avatar
皮倩雯 committed
135
        "parseForm": "^2.3.8",
邓晓峰's avatar
邓晓峰 committed
136
        "prop-types": "15.7.2",
137
        "qrcode.react": "^3.1.0",
皮倩雯's avatar
皮倩雯 committed
138
        "quill": "^1.3.7",
皮倩雯's avatar
皮倩雯 committed
139
        "rc-tween-one": "^3.0.6",
邓晓峰's avatar
邓晓峰 committed
140 141
        "react": "16.14.0",
        "react-ace": "^9.2.0",
皮倩雯's avatar
皮倩雯 committed
142
        "react-color": "^2.19.3",
邓晓峰's avatar
邓晓峰 committed
143 144 145 146
        "react-copy-to-clipboard": "^5.0.4",
        "react-dnd": "latest",
        "react-dnd-html5-backend": "latest",
        "react-dom": "16.14.0",
147
        "react-file-viewer": "^1.2.1",
邓晓峰's avatar
邓晓峰 committed
148 149 150 151 152 153
        "react-grid-layout": "^1.2.5",
        "react-helmet": "6.0.0-beta",
        "react-html-parser": "^2.0.2",
        "react-intl": "2.8.0",
        "react-json-view": "^1.21.3",
        "react-loader": "^2.4.7",
皮倩雯's avatar
皮倩雯 committed
154
        "react-quill": "^2.0.0",
邓晓峰's avatar
邓晓峰 committed
155 156 157
        "react-redux": "7.0.2",
        "react-resizable": "^1.11.0",
        "react-router-dom": "5.1.0",
程恺文's avatar
程恺文 committed
158
        "react-window": "^1.8.9",
邓晓峰's avatar
邓晓峰 committed
159 160 161 162 163 164 165 166
        "redux": "4.0.1",
        "redux-saga": "1.0.2",
        "reselect": "4.0.0",
        "sanitize.css": "8.0.0",
        "sha1": "^1.1.1",
        "sortablejs": "^1.13.0",
        "styled-components": "4.2.0",
        "use-merge-value": "^1.0.2",
程恺文's avatar
程恺文 committed
167
        "virtuallist-antd": "^0.8.0-beta.1",
168 169
        "voca": "^1.4.0",
        "xlsx": "^0.18.5"
邓晓峰's avatar
邓晓峰 committed
170 171
    },
    "devDependencies": {
赵瑞's avatar
赵瑞 committed
172
        "@ant-design/icons": "^4.0.0",
邓超's avatar
邓超 committed
173
        "@ant-design/pro-layout": "6.36.0",
邓晓峰's avatar
邓晓峰 committed
174 175 176
        "@ant-design/pro-table": "^2.5.3",
        "@babel/cli": "7.4.3",
        "@babel/core": "7.4.3",
皮倩雯's avatar
皮倩雯 committed
177
        "@babel/plugin-proposal-class-properties": "7.4.0",
邓晓峰's avatar
邓晓峰 committed
178 179
        "@babel/plugin-proposal-decorators": "^7.17.9",
        "@babel/plugin-proposal-do-expressions": "^7.16.7",
皮倩雯's avatar
皮倩雯 committed
180
        "@babel/plugin-proposal-export-default-from": "^7.16.7",
邓晓峰's avatar
邓晓峰 committed
181 182
        "@babel/plugin-proposal-function-bind": "^7.16.7",
        "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
皮倩雯's avatar
皮倩雯 committed
183 184
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
        "@babel/plugin-proposal-pipeline-operator": "^7.17.6",
邓晓峰's avatar
邓晓峰 committed
185
        "@babel/plugin-syntax-dynamic-import": "7.2.0",
皮倩雯's avatar
皮倩雯 committed
186
        "@babel/plugin-syntax-top-level-await": "^7.14.5",
邓晓峰's avatar
邓晓峰 committed
187 188 189 190 191 192
        "@babel/plugin-transform-modules-commonjs": "7.4.3",
        "@babel/plugin-transform-react-constant-elements": "7.2.0",
        "@babel/plugin-transform-react-inline-elements": "7.2.0",
        "@babel/preset-env": "7.4.3",
        "@babel/preset-react": "7.0.0",
        "@babel/register": "7.4.0",
邓超's avatar
邓超 committed
193
        "@babel/types": "^7.21.3",
邓晓峰's avatar
邓晓峰 committed
194 195
        "@commitlint/cli": "^9.1.2",
        "@commitlint/config-conventional": "^9.1.2",
皮倩雯's avatar
皮倩雯 committed
196
        "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
邓晓峰's avatar
邓晓峰 committed
197
        "add-asset-html-webpack-plugin": "3.1.3",
邓超's avatar
邓超 committed
198
        "antd": "4.20.0",
皮倩雯's avatar
皮倩雯 committed
199
        "autoresponsive-react": "^1.2.2",
邓晓峰's avatar
邓晓峰 committed
200 201 202 203 204 205 206 207
        "axios": "^0.19.2",
        "babel-core": "7.0.0-bridge.0",
        "babel-eslint": "10.0.1",
        "babel-loader": "8.0.5",
        "babel-plugin-dynamic-import-node": "2.2.0",
        "babel-plugin-import": "^1.13.0",
        "babel-plugin-lodash": "3.3.4",
        "babel-plugin-react-intl": "3.0.1",
皮倩雯's avatar
皮倩雯 committed
208
        "babel-plugin-react-require": "^3.1.3",
邓晓峰's avatar
邓晓峰 committed
209 210
        "babel-plugin-styled-components": "1.10.0",
        "babel-plugin-transform-react-remove-prop-types": "0.4.24",
皮倩雯's avatar
皮倩雯 committed
211 212
        "browserslist": "^4.22.2",
        "caniuse-lite": "^1.0.30001566",
邓晓峰's avatar
邓晓峰 committed
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
        "circular-dependency-plugin": "5.0.2",
        "classnames": "^2.2.6",
        "compare-versions": "3.4.0",
        "compression-webpack-plugin": "2.0.0",
        "conventional-changelog-cli": "^2.1.0",
        "core-js": "^3.6.5",
        "coveralls": "3.0.3",
        "css-loader": "^4.2.1",
        "cz-customizable": "^6.3.0",
        "dumi": "^1.0.13",
        "eslint": "5.16.0",
        "eslint-config-airbnb": "17.1.0",
        "eslint-config-airbnb-base": "13.1.0",
        "eslint-config-prettier": "4.1.0",
        "eslint-import-resolver-webpack": "0.11.1",
        "eslint-plugin-import": "2.17.2",
        "eslint-plugin-jsx-a11y": "6.2.1",
        "eslint-plugin-prettier": "3.0.1",
        "eslint-plugin-react": "7.12.4",
        "eslint-plugin-react-hooks": "1.6.0",
        "eslint-plugin-redux-saga": "1.0.0",
        "file-loader": "3.0.1",
        "html-loader": "0.5.5",
        "html-webpack-plugin": "^4.4.0",
        "http-proxy-middleware": "^1.0.6",
        "husky": "^2.3.0",
        "i": "^0.3.7",
        "imports-loader": "0.8.0",
        "jest-cli": "24.7.1",
        "jest-dom": "3.1.3",
        "jest-styled-components": "6.3.1",
        "less": "3.12.0",
        "less-loader": "5.0.0",
        "lint-staged": "8.1.5",
        "lodash": "^4.17.11",
        "moment": "^2.25.3",
        "node-plop": "0.18.0",
        "npm": "^8.7.0",
        "null-loader": "0.1.1",
        "offline-plugin": "5.0.6",
        "patch-package": "^6.4.7",
        "path-to-regexp": "2.4.0",
        "plop": "2.3.0",
        "postcss": "7.0.32",
        "postcss-flexbugs-fixes": "4.2.1",
        "postcss-loader": "3.0.0",
        "postcss-preset-env": "6.7.0",
        "postcss-safe-parser": "4.0.2",
        "pre-commit": "1.2.2",
        "prettier": "1.17.0",
        "qs": "^6.9.0",
        "react": "^16.14.0",
        "react-app-polyfill": "0.2.2",
        "react-dom": "^16.14.0",
        "react-helmet-async": "^1.0.4",
皮倩雯's avatar
皮倩雯 committed
268
        "react-refresh": "^0.9.0",
邓晓峰's avatar
邓晓峰 committed
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
        "react-router-config": "^5.1.1",
        "react-test-renderer": "16.14.0",
        "react-testing-library": "6.1.2",
        "redux-immutable": "^4.0.0",
        "redux-logger": "^3.0.6",
        "redux-thunk": "^2.3.0",
        "regenerator-runtime": "^0.13.7",
        "rimraf": "2.6.3",
        "shelljs": "0.8.3",
        "slash2": "^2.0.0",
        "style-loader": "^1.2.1",
        "stylelint": "10.0.1",
        "stylelint-config-recommended": "2.2.0",
        "stylelint-config-styled-components": "0.1.1",
        "stylelint-processor-styled-components": "1.6.0",
        "svg-url-loader": "2.3.2",
285
        "terser-webpack-plugin": "4.2.3",
286
        "thread-loader": "^3.0.4",
邓晓峰's avatar
邓晓峰 committed
287 288 289 290 291 292 293 294 295
        "url-loader": "1.1.2",
        "webpack": "5.70.0",
        "webpack-cli": "4.2.0",
        "webpack-dev-middleware": "5.3.0",
        "webpack-hot-middleware": "2.24.3",
        "webpack-pwa-manifest": "4.0.0",
        "whatwg-fetch": "3.0.0",
        "yorkie": "^2.0.0"
    }
296
}