2025-02-27 06:54:19 +08:00
|
|
|
{
|
|
|
|
"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",
|
2025-03-01 04:03:06 +08:00
|
|
|
"@reduxjs/toolkit": "^2.6.0",
|
2025-03-04 03:38:50 +08:00
|
|
|
"axios": "^1.8.1",
|
2025-02-27 06:54:19 +08:00
|
|
|
"bootstrap": "^5.3.3",
|
2025-03-04 07:22:05 +08:00
|
|
|
"crypto-js": "^4.2.0",
|
2025-03-22 10:13:42 +08:00
|
|
|
"lodash": "^4.17.21",
|
2025-02-27 06:54:19 +08:00
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0",
|
2025-04-03 08:24:53 +08:00
|
|
|
"react-markdown": "^10.1.0",
|
2025-03-01 04:03:06 +08:00
|
|
|
"react-redux": "^9.2.0",
|
|
|
|
"react-router-dom": "^7.2.0",
|
2025-04-03 08:24:53 +08:00
|
|
|
"react-syntax-highlighter": "^15.6.1",
|
2025-03-08 07:05:33 +08:00
|
|
|
"redux-persist": "^6.0.0",
|
2025-04-03 08:24:53 +08:00
|
|
|
"remark-gfm": "^4.0.1",
|
2025-03-08 07:05:33 +08:00
|
|
|
"uuid": "^11.1.0"
|
2025-02-27 06:54:19 +08:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|