forked from xaviergonz/mobx-keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 KB
/
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
36
37
38
39
{
"private": true,
"name": "root",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lib:build": "turbo run mobx-keystone#build",
"lib:build-docs": "turbo run mobx-keystone#build-docs",
"lib:test": "turbo run mobx-keystone#test",
"lib:test:ci": "turbo run mobx-keystone#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": "turbo run lint"
},
"workspaces": [
"packages/lib",
"apps/site",
"apps/benchmark"
],
"dependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"codecov": "^3.8.3",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"netlify-cli": "^15.1.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"turbo": "^1.9.5",
"typescript": "^5.0.4"
},
"packageManager": "yarn@3.5.0"
}