40 lines
1019 B
JSON
40 lines
1019 B
JSON
{
|
|
"name": "flowable-devops-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview --port 5173",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"antd": "^5.12.0",
|
|
"axios": "^1.6.2",
|
|
"dayjs": "^1.11.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.25.0",
|
|
"reactflow": "^11.10.0",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
|
"@typescript-eslint/parser": "^8.46.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"ajv": "^8.12.0",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|