2024-07-11 11:00:51 +08:00
|
|
|
{
|
|
|
|
"name": "nice-stack",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2025-02-21 16:10:14 +08:00
|
|
|
"dev": "pnpm run --parallel dev",
|
2025-02-26 23:18:14 +08:00
|
|
|
"db:clear": "pnpm --filter common run db:clear",
|
|
|
|
"studio": "pnpm --filter common run studio"
|
2024-07-11 11:00:51 +08:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2024-09-03 11:04:47 +08:00
|
|
|
"author": "insiinc",
|
2025-05-23 08:18:31 +08:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2025-05-26 10:13:21 +08:00
|
|
|
"docx-parser": "^0.2.1",
|
2025-05-23 08:18:31 +08:00
|
|
|
"echarts": "^5.6.0",
|
2025-05-26 10:13:21 +08:00
|
|
|
"echarts-for-react": "^3.0.2",
|
|
|
|
"mammoth": "^1.9.0",
|
|
|
|
"nlp-compromise": "^7.0.0"
|
2025-05-23 08:18:31 +08:00
|
|
|
}
|
2025-05-26 10:13:21 +08:00
|
|
|
}
|