-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 914 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
{
"name": "@marblism/monorepo",
"version": "3.0.4",
"description": "",
"main": "index.js",
"scripts": {
"init": "pnpm install && pnpm run --filter server init ; pnpm run --filter web init",
"dev": "pnpm run --parallel dev",
"build": "pnpm run --filter server build && pnpm run --filter web build",
"start": "pnpm run --parallel start",
"ensure": "pnpm -v || npm install -g pnpm && pnpm install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@monaco-editor/react": "^4.6.0",
"@nestjs/axios": "^3.0.2",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.15.19",
"@tabler/icons-react": "^3.1.0",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"framer-motion": "^11.0.14",
"openai": "^4.29.2",
"tailwind-merge": "^2.2.2",
"three": "^0.162.0",
"three-globe": "^2.31.0"
}
}