sbt-idp/cope2n-fe/package.json

82 lines
2.4 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-01-31 09:54:39 +00:00
"start": "npm run extract && npm run compile && vite --host",
2023-11-30 11:19:06 +00:00
"build": "npm run extract && npm run compile && tsc && vite build",
"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",
2023-11-30 11:19:06 +00:00
"@ant-design/icons": "^4.8.0",
2024-01-31 04:08:20 +00:00
"@ant-design/plots": "^1.2.3",
"@ant-design/pro-layout": "^7.10.3",
"@babel/core": "^7.13.10",
2023-11-30 11:19:06 +00:00
"@tanstack/react-query": "^4.20.4",
2024-01-31 04:08:20 +00:00
"antd": "^5.4.0",
2023-11-30 11:19:06 +00:00
"axios": "^1.2.2",
2024-01-31 04:08:20 +00:00
"chart.js": "^4.4.1",
"history": "^5.3.0",
2023-11-30 11:19:06 +00:00
"lodash-es": "^4.17.21",
2024-01-31 04:08:20 +00:00
"mousetrap": "^1.6.5",
2023-11-30 11:19:06 +00:00
"react": "^18.2.0",
2024-01-31 04:08:20 +00:00
"react-chartjs-2": "^5.2.0",
2023-11-30 11:19:06 +00:00
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1",
"styled-components": "^5.3.6",
"uuid": "^9.0.0"
},
"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-01-31 04:08:20 +00:00
"@types/node": "^18.11.18",
"@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
}
}