代码拉取完成,页面将自动刷新
{
"name": "v2x-omega",
"version": "1.0.0",
"description": "An out-of-box UI solution for enterprise applications",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack serve --config webpack/webpack.dev.js --hot",
"build": "webpack --config webpack/webpack.dev.js",
"build:prod": "cross-env NODE_ENV=prod webpack --config webpack/webpack.prod.js",
"prepare": "husky install",
"lint": "npm run lint:js && npm run lint:prettier",
"lint-staged": "lint-staged",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:prettier": "prettier -c --write \"src/**/*\" --end-of-line auto",
"lint:style": "stylelint --fix \"src/**/*.less\" --customSyntax postcss-less",
"playwright": "playwright install && playwright test",
"playwright:show-report": "npx playwright show-report e2e/playwright-report",
"playwright:test": "npx playwright test",
"playwright:test-debug": "npx playwright test --debug",
"tsc": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/plugin-proposal-decorators": "^7.20.0",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime-corejs3": "^7.20.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@playwright/test": "^1.28.1",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.7",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@uiw/react-amap-label-marker": "^4.0.3",
"@uiw/react-amap-poly-editor": "^4.1.0",
"babel-loader": "^9.0.0",
"babel-plugin-import": "^1.13.5",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"grunt": "^1.5.3",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.6.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"postcss": "^8.4.18",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.0.0",
"postcss-less": "^6.0.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.2",
"postcss-pxtorem": "^6.0.0",
"prettier": "^2.7.1",
"querystring": "^0.2.1",
"rc-field-form": "^1.22.0",
"style-loader": "^3.3.1",
"style-resources-loader": "^1.5.0",
"stylelint": "^14.15.0",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
"terser-webpack-plugin": "^5.3.6",
"thread-loader": "^3.0.4",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"use-sync-external-store": "^1.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^2.3.34",
"@three-ts/orbit-controls": "^1.4.7",
"@uiw/react-amap": "^4.1.0",
"antd": "4.24.3",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.6",
"history": "^5.3.0",
"i18next": "^22.0.4",
"immer": "^9.0.16",
"js-yaml": "^4.1.0",
"konva": "^8.3.14",
"lodash": "^4.17.21",
"mpegts.js": "^1.7.2",
"mqtt": "^4.3.7",
"pako": "^2.1.0",
"query-string": "^7.1.1",
"rc-menu": "^9.7.1",
"rc-resize-observer": "^1.2.0",
"rc-util": "^5.24.4",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-i18next": "^12.0.0",
"react-konva": "^17.0.2-6",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"three": "^0.145.0",
"zustand": "^4.1.4"
},
"lint-staged": {
"*.{ts,tsx}": [
"npm run lint",
"git add --force"
],
"*.{md,json}": [
"git add --force"
]
},
"engines": {
"node": ">=14.17.0"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。