init(): 初始化
|
|
@ -0,0 +1 @@
|
||||||
|
PUBLIC_URL=/tsg
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
GENERATE_SOURCEMAP=false
|
||||||
|
PUBLIC_URL=/tsg
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
/node_modules
|
||||||
|
/.pnp
|
||||||
|
.pnp.js
|
||||||
|
|
||||||
|
# testing
|
||||||
|
/coverage
|
||||||
|
|
||||||
|
# production
|
||||||
|
/build
|
||||||
|
|
||||||
|
# misc
|
||||||
|
.DS_Store
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
yarn.lock
|
||||||
|
build.7z
|
||||||
|
|
@ -0,0 +1,30 @@
|
||||||
|
const CracoLessPlugin = require('craco-less');
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
plugins: [
|
||||||
|
{
|
||||||
|
plugin: CracoLessPlugin,
|
||||||
|
options: {
|
||||||
|
lessLoaderOptions: {
|
||||||
|
lessOptions: {
|
||||||
|
modifyVars: {
|
||||||
|
'@primary-color': '#1890FF',
|
||||||
|
'@primary-color-hover': '#3B7CFF',
|
||||||
|
'@error-color': '#F55E55',
|
||||||
|
'@text-color': '#3B4859',
|
||||||
|
'@menu-dark-bg': '#0052D9',
|
||||||
|
'@layout-body-background': '#eeeeee',
|
||||||
|
'@height-base': '36px',
|
||||||
|
'@form-vertical-label-padding': '0 0 10px',
|
||||||
|
'@normal-color': '#EFF1F5',
|
||||||
|
'@label-color': '#3B4859',
|
||||||
|
'@card-background': '#fbfbfb',
|
||||||
|
'@heading-color': '#3B4859',
|
||||||
|
},
|
||||||
|
javascriptEnabled: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
@ -0,0 +1,80 @@
|
||||||
|
{
|
||||||
|
"name": "shzh-web",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@ant-design/charts": "^1.4.2",
|
||||||
|
"@ant-design/graphs": "^1.4.0",
|
||||||
|
"@ant-design/icons": "^5.3.6",
|
||||||
|
"@ant-design/pro-form": "^1.49.6",
|
||||||
|
"@craco/craco": "^7.0.0",
|
||||||
|
"@rematch/core": "^2.2.0",
|
||||||
|
"@turf/turf": "^6.5.0",
|
||||||
|
"@types/crypto-js": "^4.1.1",
|
||||||
|
"@types/geojson": "^7946.0.8",
|
||||||
|
"@types/leaflet": "^1.7.11",
|
||||||
|
"@types/node": "^16.11.45",
|
||||||
|
"@types/react": "^18.0.15",
|
||||||
|
"@types/react-dom": "^18.0.6",
|
||||||
|
"@wangeditor/editor": "^5.1.23",
|
||||||
|
"@wangeditor/editor-for-react": "^1.0.6",
|
||||||
|
"antd": "^4.21.7",
|
||||||
|
"axios": "^0.27.2",
|
||||||
|
"clone": "^2.1.2",
|
||||||
|
"clsx": "^1.2.1",
|
||||||
|
"copy-to-clipboard": "^3.3.3",
|
||||||
|
"craco-less": "2.1.0-alpha.0",
|
||||||
|
"crypto-js": "^4.1.1",
|
||||||
|
"d3-contour": "^4.0.0",
|
||||||
|
"echarts": "^4.9.0",
|
||||||
|
"echarts-for-react": "^3.0.2",
|
||||||
|
"ezuikit-js": "^8.0.4-beta.1",
|
||||||
|
"geotiff": "^2.0.7",
|
||||||
|
"gsap": "^3.11.5",
|
||||||
|
"http-proxy-middleware": "^2.0.6",
|
||||||
|
"js-md5": "^0.8.3",
|
||||||
|
"konva": "^8.3.14",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"moment": "^2.29.4",
|
||||||
|
"ol": "^7.4.0",
|
||||||
|
"ol-ext": "^4.0.8",
|
||||||
|
"polylabel": "^1.1.0",
|
||||||
|
"qweather-icons": "^1.6.0",
|
||||||
|
"react": "^18.2.0",
|
||||||
|
"react-audio-player": "^0.17.0",
|
||||||
|
"react-cookies": "^0.1.1",
|
||||||
|
"react-dom": "^18.2.0",
|
||||||
|
"react-konva": "^18.2.3",
|
||||||
|
"react-org-tree": "^1.0.1",
|
||||||
|
"react-pdf": "^7.3.3",
|
||||||
|
"react-redux": "^8.0.2",
|
||||||
|
"react-rnd": "^10.4.11",
|
||||||
|
"react-router": "^6.3.0",
|
||||||
|
"react-router-dom": "^6.3.0",
|
||||||
|
"react-scripts": "5.0.1",
|
||||||
|
"react-window": "^1.8.10",
|
||||||
|
"redux": "^4.2.0",
|
||||||
|
"typescript": "^4.7.4"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": "craco start",
|
||||||
|
"build": "craco build"
|
||||||
|
},
|
||||||
|
"eslintConfig": {
|
||||||
|
"extends": [
|
||||||
|
"react-app"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"browserslist": {
|
||||||
|
"production": [
|
||||||
|
">0.2%",
|
||||||
|
"not dead",
|
||||||
|
"not op_mini all"
|
||||||
|
],
|
||||||
|
"development": [
|
||||||
|
"last 1 chrome version",
|
||||||
|
"last 1 firefox version",
|
||||||
|
"last 1 safari version"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 487 B |
|
After Width: | Height: | Size: 398 B |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 199 B |
|
After Width: | Height: | Size: 143 B |
|
After Width: | Height: | Size: 259 B |
|
After Width: | Height: | Size: 651 B |
|
After Width: | Height: | Size: 269 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 226 B |
|
After Width: | Height: | Size: 153 B |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 1014 B |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 913 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 279 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 616 B |
|
After Width: | Height: | Size: 680 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 258 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 646 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 664 B |
|
After Width: | Height: | Size: 247 B |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 238 KiB |
|
After Width: | Height: | Size: 604 B |
|
After Width: | Height: | Size: 247 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 776 B |
|
After Width: | Height: | Size: 823 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 748 B |
|
After Width: | Height: | Size: 696 B |
|
After Width: | Height: | Size: 976 B |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 659 B |
|
After Width: | Height: | Size: 906 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 794 B |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 964 B |
|
After Width: | Height: | Size: 3.3 KiB |