-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
38 lines (38 loc) · 948 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
37
38
{
"name": "@expo/snack",
"private": true,
"author": "Expo",
"license": "MIT",
"volta": {
"node": "18.17.1"
},
"scripts": {
"start": "turbo build --filter '{./packages/snack-term}...' && yarn --cwd ./packages/snack-term start",
"lint": "turbo lint --filter './packages/*' --",
"test": "turbo test --filter './packages/*' --",
"build": "turbo build --filter './packages/*' --"
},
"workspaces": {
"packages": [
"packages/snack-content",
"packages/snack-proxies",
"packages/snack-require-context",
"packages/snack-sdk",
"packages/snack-term",
"website",
"snackager",
"snackpub"
]
},
"devDependencies": {
"chalet": "^0.9.0",
"env-cmd": "^10.1.0",
"turbo": "^1.10.14"
},
"resolutions": {
"@babel/core": "^7.23.6",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@babel/types": "^7.23.9"
}
}