84 lines
2.4 KiB
JSON
84 lines
2.4 KiB
JSON
{
|
|
"name": "trans_power_manage",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"local-mock": "PROXY_TARGET=local_mock vite --host",
|
|
"window-local-mock": "set PROXY_TARGET=local_mock && vite --host",
|
|
"remote": "PROXY_TARGET=remote vite --host",
|
|
"window-remote": "set PROXY_TARGET=remote && vite --host",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/compatible": "^5.1.1",
|
|
"@ant-design/icons": "^5.0.1",
|
|
"@ant-design/pro-components": "^2.6.43",
|
|
"@antv/g2": "^4.2.7",
|
|
"@emotion/css": "^11.9.0",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@tanstack/react-query": "^4.3.9",
|
|
"@tanstack/react-query-devtools": "^4.3.9",
|
|
"@uiw/react-md-editor": "^3.14.5",
|
|
"antd": "^5.1.6",
|
|
"axios": "^0.27.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"bignumber.js": "^9.0.2",
|
|
"clipboard": "^2.0.11",
|
|
"dayjs": "^1.11.2",
|
|
"debounce-promise": "^3.1.2",
|
|
"decamelize-keys": "^2.0.1",
|
|
"decimal.js": "^10.3.1",
|
|
"formik": "^2.2.9",
|
|
"immer": "^9.0.14",
|
|
"jspdf": "^2.5.1",
|
|
"qs": "^6.10.3",
|
|
"ramda": "^0.28.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router": "^6.10.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-to-print": "^2.14.15",
|
|
"react-use": "^17.4.0",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"use-animate-number": "^1.0.5",
|
|
"use-immer": "^0.7.0",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@emotion/babel-plugin": "^11.9.2",
|
|
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5",
|
|
"@ricons/fluent": "^0.12.0",
|
|
"@ricons/utils": "^0.1.6",
|
|
"@types/debounce-promise": "^3.1.4",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/ramda": "^0.28.13",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-router": "^5.1.18",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.26.0",
|
|
"@typescript-eslint/parser": "^5.26.0",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"clsx": "^1.1.1",
|
|
"esbuild": "^0.14.44",
|
|
"eslint": "^8.16.0",
|
|
"html2pdf.js": "^0.10.1",
|
|
"less": "^4.1.2",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.7.1",
|
|
"tailwindcss": "^3.1.6",
|
|
"twin.macro": "^3.4.1",
|
|
"typescript": "^4.7.2",
|
|
"vite": "^4.4.0",
|
|
"vite-plugin-imp": "^2.2.0"
|
|
},
|
|
"babelMacros": {
|
|
"twin": {
|
|
"preset": "emotion"
|
|
}
|
|
}
|
|
} |