-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 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
36
{
"name": "@walrus/root",
"private": true,
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "father-build",
"clean": "lerna clean",
"test": "npm run test:packages && npm run test:examples",
"test:packages": "lerna run --scope @walrus/* test",
"test:examples": "lerna run --scope @examples/* test",
"release": "release"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@walrus/cli": "^1.3.4",
"@walrus/preset-lint": "^1.1.7",
"@walrus/release-cli": "^0.3.0",
"alias-hq": "^5.1.6",
"esbuild": "^0.12.8",
"esbuild-jest": "^0.5.0",
"father-build": "^1.19.6",
"jest": "^27.0.4",
"lerna": "^4.0.0",
"mock-fs": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.3.2"
},
"workspaces": [
"packages/*",
"examples/*"
]
}