2024-03-30 01:08:35 +08:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
2024-12-15 03:56:55 +08:00
|
|
|
"prism-react-renderer": "^2.4.1",
|
2024-09-27 07:41:44 +08:00
|
|
|
"prisma": "^5.17.0",
|
2024-03-30 01:08:35 +08:00
|
|
|
"react-copy-to-clipboard": "^5.1.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-12 04:05:48 +08:00
|
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
|
|
|
"@testing-library/react": "^14.3.1",
|
|
|
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
|
|
|
"jest": "^29.7.0"
|
2025-11-23 03:51:15 +08:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
2026-02-08 14:23:01 +08:00
|
|
|
"glob": ">=11.1.0",
|
2026-03-08 10:31:27 +08:00
|
|
|
"tar": ">=7.5.10",
|
|
|
|
|
"minimatch": ">=10.2.4",
|
2026-02-24 22:10:09 +08:00
|
|
|
"diff": ">=8.0.3",
|
|
|
|
|
"@isaacs/brace-expansion": ">=5.0.1",
|
|
|
|
|
"@babel/traverse": ">=7.23.2",
|
|
|
|
|
"ws": ">=7.5.10",
|
|
|
|
|
"http-proxy-middleware": ">=2.0.9",
|
|
|
|
|
"tar-fs": ">=2.1.4",
|
|
|
|
|
"webpack-dev-middleware": ">=5.3.4",
|
|
|
|
|
"braces": ">=3.0.3",
|
|
|
|
|
"axios": ">=0.30.2",
|
|
|
|
|
"webpack": ">=5.94.0",
|
|
|
|
|
"serve-static": ">=1.16.0",
|
|
|
|
|
"path-to-regexp": ">=0.1.12"
|
2024-03-30 01:08:35 +08:00
|
|
|
}
|
2026-02-24 22:10:09 +08:00
|
|
|
}
|