-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
41 lines (41 loc) · 1.02 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
40
41
{
"name": "3id",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"@types/react": "^17.0.44"
},
"scripts": {
"docs": "typedoc --tsconfig tsconfig.docs.json",
"test": "yarn turbo run test",
"test:ci": "yarn turbo run test:ci",
"lint": "yarn turbo run lint",
"build": "lerna run build:types && yarn turbo run build:js",
"prepare": "yarn build"
},
"devDependencies": {
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.130",
"@swc/jest": "^0.2.17",
"@types/jest": "^27.4.0",
"del-cli": "^4.0.1",
"eslint": "^8.7.0",
"eslint-config-3box": "^0.4.0",
"http-server": "^14.1.0",
"jest": "^27.4.7",
"jest-cli": "^27.4.7",
"jest-dev-server": "^6.0.3",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"turbo": "^1.0.28",
"typedoc": "^0.22.11",
"typedoc-plugin-markdown": "^3.11.12",
"typescript": "^4.5.4"
}
}