sbt-idp/cope2n-fe/package.json

92 lines
2.7 KiB
JSON
Raw Normal View History

2023-11-30 11:19:06 +00:00
{
2024-01-31 04:08:20 +00:00
"name": "sbt-ui",
"version": "0.1.0",
2023-11-30 11:19:06 +00:00
"scripts": {
2024-02-01 10:07:38 +00:00
"start": "NODE_ENV=development vite --host",
2024-02-01 06:19:33 +00:00
"build": "NODE_ENV=production npm run extract && npm run compile && tsc && vite build",
2023-11-30 11:19:06 +00:00
"serve": "vite preview",
"extract": "lingui extract --clean",
"compile": "lingui compile",
2024-01-31 04:08:20 +00:00
"format": "prettier --config ./.prettierrc --write src/**/*.{ts,tsx,js,jsx}",
"lint": "eslint . --ext .ts,.tsx --fix"
},
"engines": {
"node": ">=16"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2023-11-30 11:19:06 +00:00
},
"dependencies": {
2024-01-31 04:08:20 +00:00
"@ant-design/colors": "^6.0.0",
2024-02-22 09:36:03 +00:00
"@ant-design/icons": "^4.8.0",
"@ant-design/plots": "^1.2.3",
"@ant-design/pro-layout": "^7.10.3",
"@babel/core": "^7.13.10",
"@cyntler/react-doc-viewer": "^1.14.1",
2024-03-06 04:43:11 +00:00
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
2024-02-22 09:36:03 +00:00
"@tanstack/react-query": "^4.20.4",
"antd": "^5.4.0",
"axios": "^1.2.2",
"chart.js": "^4.4.1",
"history": "^5.3.0",
"lodash-es": "^4.17.21",
"mousetrap": "^1.6.5",
2024-03-06 04:43:11 +00:00
"pdfjs-dist": "^3.11.174",
2024-02-22 09:36:03 +00:00
"process": "^0.11.10",
2024-05-10 06:33:56 +00:00
"react": "^18.3.1",
2024-05-02 12:14:47 +00:00
"react-awesome-lightbox": "^1.8.1",
2024-02-22 09:36:03 +00:00
"react-chartjs-2": "^5.2.0",
2024-05-10 06:33:56 +00:00
"react-dom": "^18.3.1",
2024-02-22 09:36:03 +00:00
"react-hotkeys-hook": "^4.5.0",
"react-json-view-lite": "^1.2.1",
"react-office-viewer": "^1.0.4",
"react-router-dom": "^6.6.1",
"styled-components": "^5.3.6",
2024-05-02 12:14:47 +00:00
"ts-node": "^10.9.2",
2024-02-22 09:36:03 +00:00
"uuid": "^9.0.0"
2023-11-30 11:19:06 +00:00
},
"devDependencies": {
2024-01-31 04:08:20 +00:00
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-react-jsx-self": "^7.12.13",
"@babel/plugin-transform-react-jsx-source": "^7.12.13",
2023-11-30 11:19:06 +00:00
"@babel/preset-typescript": "^7.18.6",
2024-01-31 04:08:20 +00:00
"@babel/runtime": "^7.13.10",
"@lingui/cli": "^3.7.2",
"@lingui/core": "^3.7.2",
"@lingui/macro": "^3.7.2",
"@lingui/react": "^3.7.2",
"@tanstack/eslint-plugin-query": "^4.29.4",
"@tanstack/react-query-devtools": "^4.20.4",
"@types/babel-plugin-macros": "^2.8.4",
2023-11-30 11:19:06 +00:00
"@types/lodash-es": "^4.17.6",
2024-02-01 06:19:33 +00:00
"@types/node": "^18.19.12",
2024-01-31 04:08:20 +00:00
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.1",
2023-11-30 11:19:06 +00:00
"@vitejs/plugin-react": "^3.0.0",
2024-01-31 04:08:20 +00:00
"babel-plugin-macros": "^3.0.1",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
2023-11-30 11:19:06 +00:00
"make-plural": "^7.2.0",
2024-01-31 04:08:20 +00:00
"prettier": "^2.8.1",
"prettier-plugin-organize-imports": "^3.2.1",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.3"
2023-11-30 11:19:06 +00:00
}
}