Files
2025-04-21 18:33:25 +08:00

93 lines
2.5 KiB
JSON

{
"name": "ProductivitySuite",
"version": "0.0.1",
"description": "ProductivitySuite UI - OPEA",
"homepage": ".",
"private": true,
"type": "module",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "vite --port 5173",
"build": "vite build",
"preview": "vite preview --port 5173",
"prettier:write": "prettier --write .",
"test": "vitest run"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@mui/styled-engine-sc": "^6.4.0",
"@react-keycloak/web": "^3.4.0",
"@reduxjs/toolkit": "^2.5.0",
"axios": "^1.7.9",
"keycloak-js": "^25.0.2",
"notistack": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.1",
"react-syntax-highlighter": "^15.6.1",
"remark-breaks": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^3.0.1",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@auth/express": "^0.8.4",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@electron-toolkit/preload": "^3.0.1",
"@mui/types": "^7.2.21",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/electron-devtools-installer": "^2.2.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^7.6.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.1",
"typescript": "^5.7.3",
"vite": "^5.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-sass-dts": "^1.3.30",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.1.2",
"wait-on": "^7.0.1",
"webpack-bundle-analyzer": "^4.10.2"
}
}