代码拉取完成,页面将自动刷新
{
"name": "hdgp-front",
"version": "0.1.0",
"private": true,
"description": "Hdgp Front",
"scripts": {
"start": "node --max_old_space_size=8196 scripts/start.js",
"build": "lerna run transpile && npm run lint:fix && node --max_old_space_size=5120 scripts/build.js",
"build:production": "npm run build:dll && npm run transpile:prod && node --max_old_space_size=5120 scripts/build.js",
"build:analyze": "cross-env ANALYZE=true node --max_old_space_size=5120 scripts/build.js",
"test": "node --max_old_space_size=5120 scripts/test.js",
"build:dll": "webpack --progress --config config/webpack.dll.config.js",
"build:dll-dev": "webpack --progress --config config/webpack.dll-dev.config.js",
"transpile": "hzero transpile",
"codeScan": "hzero codeScan",
"cm": "git-cz",
"transpile:prod": "lerna run transpile",
"lint-style:src": "stylelint src/**/*.less --syntax less",
"lint-fix:src": "eslint --quiet --fix src/**/*.js",
"lint:src": "eslint --ext .js src",
"lint-style:packages": "stylelint packages/*/src/**/*.less --syntax less",
"lint-fix:packages": "eslint --quiet --fix packages/*/src/**/*.js",
"lint:packages": "eslint packages/*/src/**/*.js",
"lint": "npm run lint:src",
"lint:fix": "npm run lint-fix:src && npm run lint-fix:packages",
"lint:style": "npm run lint-style:src && npm run lint-style:packages",
"lint-staged": "lint-staged",
"changelog": "node node_modules/.bin/conventional-changelog -p eslint -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"prettier": "prettier --write ./src/**/**/**/* ./packages/*/src/**/*",
"tree": "tree -I node_modules -L 3",
"release": "standard-version",
"release-module": "node scripts/release.js",
"icon": "cross-env ICON_FONT_URL=//at.alicdn.com/t/font_1440728_2mntu9m71ej.css node scripts/icon.js"
},
"dependencies": {
"axios": "^0.18.0",
"choerodon-ui": "0.8.67",
"echarts": "^4.3.0",
"hzero-front": "1.3.6",
"hzero-front-hadm": "1.3.0",
"hzero-front-hagd": "1.2.0",
"hzero-front-hcnf": "1.2.0",
"hzero-front-hdtt": "1.2.0",
"hzero-front-hexl": "1.2.0",
"hzero-front-hfile": "1.3.0",
"hzero-front-hiam": "1.3.5",
"hzero-front-himp": "1.3.2",
"hzero-front-hims": "1.3.0",
"hzero-front-hitf": "1.2.0",
"hzero-front-hlcd": "1.1.0",
"hzero-front-hmnt": "1.2.0",
"hzero-front-hmsg": "1.3.0",
"hzero-front-hnlp": "1.2.0",
"hzero-front-hocr": "1.2.0",
"hzero-front-hpay": "1.2.0",
"hzero-front-hpfm": "1.3.0",
"hzero-front-hrpt": "1.3.0",
"hzero-front-hsdr": "1.3.0",
"hzero-front-hsgp": "1.1.0",
"hzero-front-hwfp": "1.3.0",
"hzero-front-runtime": "1.2.0",
"hzero-ui": "1.0.72",
"mobx": "4.7.0",
"mobx-react": "5.1.2",
"path-to-regexp": "3.1.0",
"react-intl": "^2.2.0"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"babel-loader": "8.0.5",
"chalk": "^2.4.2",
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.12",
"eslint-plugin-hzero": "0.0.3-11",
"hzero-front-util": "^0.1.15",
"inquirer": "^6.5.0",
"lerna": "^3.16.4",
"ora": "^3.4.0",
"standard-version": "^5.0.2",
"wget": "^0.0.1",
"yarn": "^1.13.0"
},
"resolutions": {
"conventional-changelog": "~3.0.6",
"choerodon-ui": "0.8.65",
"browserslist": "4.6.0",
"caniuse-lite": "1.0.30000971"
},
"eslintConfig": {
"extends": "react-app"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged",
"post-merge": "git submodule update",
"post-checkout": "git submodule update"
}
},
"lint-staged": {
"src/**/*.{js,jsx}": [
"prettier --write",
"eslint --quiet --fix "
],
"src/**/*.less": [
"prettier --write",
"stylelint --syntax less",
"git add"
],
"packages/*/src/**/*.{js,jsx}": [
"prettier --write",
"eslint --quiet --fix ",
"git add"
],
"packages/*/src/**/*.less": [
"prettier --write",
"stylelint --syntax less",
"git add"
],
"scripts/code-scan/{plugins,scripts,utils}/*.js": [
"prettier --write",
"eslint --quiet --fix",
"git add"
]
},
"engines": {
"node": ">=8.10.0"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"resolver": "jest-pnp-resolver",
"setupFiles": [
"react-app-polyfill/jsdom"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"web.js",
"js",
"web.ts",
"ts",
"web.tsx",
"tsx",
"json",
"web.jsx",
"jsx",
"node"
],
"watchPlugins": [
"<rootDir>/node_modules/jest-watch-typeahead/filename.js",
"<rootDir>/node_modules/jest-watch-typeahead/testname.js"
]
},
"workspaces": [
"packages/*"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all"
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。