-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 877 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
{
"private": true,
"name": "root",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lib:build": "turbo run mobx-bonsai#build",
"lib:build-docs": "turbo run mobx-bonsai#build-docs",
"lib:test": "turbo run mobx-bonsai#test",
"lib:test:ci": "turbo run mobx-bonsai#test:ci",
"site:start": "turbo run site#start",
"site:build": "turbo run site#build",
"site:serve": "turbo run site#serve",
"build-netlify": "yarn site:build",
"netlify-dev": "yarn build-netlify && netlify dev",
"lint": "biome lint"
},
"workspaces": [
"packages/*",
"apps/*"
],
"dependencies": {
"mobx": "^6.13.6",
"yjs": "^13.6.23"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"globals": "^16.0.0",
"netlify-cli": "^18.1.0",
"turbo": "^2.4.4",
"typescript": "^5.7.3"
},
"packageManager": "yarn@4.6.0"
}