sbt-idp/cope2n-fe/package.json
2024-01-31 11:08:20 +07:00

89 lines
2.6 KiB
JSON

{
"name": "sbt-ui",
"version": "0.1.0",
"scripts": {
"start": "npm run extract && npm run compile && vite",
"build": "npm run extract && npm run compile && tsc && vite build",
"serve": "vite preview",
"extract": "lingui extract --clean",
"compile": "lingui compile",
"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"
]
},
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.8.0",
"@ant-design/plots": "^1.2.3",
"@ant-design/pro-layout": "^7.10.3",
"@babel/core": "^7.13.10",
"@casl/ability": "^6.3.3",
"@casl/react": "^3.1.0",
"@faker-js/faker": "^8.3.1",
"@heartexlabs/label-studio": "1.4.0",
"@tanstack/react-query": "^4.20.4",
"antd": "^5.4.0",
"axios": "^1.2.2",
"chart.js": "^4.4.1",
"dagre": "^0.8.5",
"faker": "^6.6.6",
"history": "^5.3.0",
"lodash-es": "^4.17.21",
"mousetrap": "^1.6.5",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1",
"reactflow": "^11.4.0",
"styled-components": "^5.3.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@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",
"@babel/preset-typescript": "^7.18.6",
"@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",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^3.0.0",
"babel-plugin-macros": "^3.0.1",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"make-plural": "^7.2.0",
"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"
}
}