-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "marvin",
"engines": {
"node": ">=20.0.0"
},
"private": true,
"workspaces": [],
"scripts": {
"dev": "pnpm --filter @marvin/react-research --filter @marvin/shared --filter @marvin/react-ai --parallel dev",
"dev_lerna": "lerna run --scope @marvin/react-front-research --scope @marvin/react-ai --parallel dev",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"lerna": "^6.6.2",
"md5 ": "link:@types/md5 ",
"vite-plugin-pages": "^0.32.3"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"ahooks": "^3.7.10",
"axios": "1.6.8",
"js-md5": "^0.8.3",
"lodash": "^4.17.21",
"lodash-es": "4.17.21",
"moment": "^2.30.1",
"nanoid": "^5.0.6",
"react-use": "^17.5.0",
"rxjs": "^7.8.1",
"vitest": "1.4.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
}
}