mirror of
https://github.com/Funkoala14/KnowledgeBase_OOIN.git
synced 2025-06-08 06:38:16 +08:00
40 lines
964 B
JSON
40 lines
964 B
JSON
{
|
|
"name": "knowledgebase-ooin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@reduxjs/toolkit": "^2.6.0",
|
|
"axios": "^1.8.1",
|
|
"bootstrap": "^5.3.3",
|
|
"crypto-js": "^4.2.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.2.0",
|
|
"redux-persist": "^6.0.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"sass": "^1.62.1",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|