forked from tamagui/tamagui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 5.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "tamagui-monorepo",
"private": true,
"version": "0.0.0",
"repository": {
"url": "https://github.com/tamagui/tamagui"
},
"workspaces": [
"apps/*",
"packages/*",
"apps/starter/apps/*",
"apps/starter/packages/*",
"takeout/*"
],
"packageManager": "[email protected]",
"scripts": {
"vercel:build": "yarn build:js && cd apps/site && yarn ci:build",
"install:ci": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install",
"postinstall": "manypkg check",
"check": "manypkg check",
"build": "turbo run build --continue=false --filter=!next-app",
"build:force": "yarn clean:build && yarn build --force",
"build:js": "./scripts/build-js.sh",
"build:types": "SKIP_JS=1 yarn build",
"watch": "npm-run-all --parallel watch:ts watch:build",
"watch:ts": "tsc -b -w --preserveWatchOutput tsconfig.build.json",
"watch:build": "SKIP_TYPES_INITIAL=1 ultra -r --no-pretty --concurrency 200 watch",
"watch:js": "SKIP_TYPES=1 yarn watch:build",
"clean:build": "turbo run clean:build",
"clean:ts": "tsc -b --clean tsconfig.build.json",
"clean": "turbo run clean:build",
"lint": "turbo run lint --filter=!next-app",
"lint:fix": "turbo run lint:fix --filter=!next-app",
"format": "node -r esbuild-register ./scripts/format.ts",
"pretty": "pretty-quick",
"test": "CLEANUP=1 turbo run --concurrency=1 test",
"test:ci": "yarn test",
"test:demos": "yarn workspace @tamagui/demos test",
"release": "node -r esbuild-register ./scripts/release.ts",
"setup": "node -r esbuild-register ./scripts/setup.ts",
"docs-bump-version": "node -r esbuild-register ./scripts/docs-bump-version.ts",
"upgrade:starters": "npm-run-all upgrade:starter upgrade:starters:next",
"upgrade:starter": "cd apps/starter && yarn upgrade:tamagui",
"upgrade:starters:next": "cd starters/next-expo-solito && yarn upgrade:tamagui",
"lighthouse": "npx lighthouse http://localhost:3000 --view --chrome-flags='--headless' --throttling.cpuSlowdownMultiplier=16 --output-path=/tmp/report.html",
"lighthouse:prod": "npx lighthouse http://localhost:3333 --view --chrome-flags='--headless' --throttling.cpuSlowdownMultiplier=16 --output-path=/tmp/report.html",
"lighthouse:vite:prod": "npx lighthouse http://localhost:8080 --view --chrome-flags='--headless' --throttling.cpuSlowdownMultiplier=16 --output-path=/tmp/report.html",
"lighthouse:live": "npx lighthouse https://tamagui.dev --view --chrome-flags='--headless' --throttling.cpuSlowdownMultiplier=16 --output-path=/tmp/report.html",
"starters:sync": "node ./starters/sync-next-expo-solito.js",
"starter": "yarn workspace @tamagui/starter web",
"starter:prod": "yarn workspace @tamagui/starter web:prod && yarn workspace @tamagui/starter web:prod:start",
"starter:native": "yarn workspace @tamagui/starter native",
"site": "cd apps/site && ./scripts/dev.sh",
"site:vite": "cd apps/site-vite && VITE_INSPECT=1 yarn dev",
"site:vite:prod": "cd apps/site-vite && VITE_INSPECT=1 yarn build:prod && yarn serve",
"site:vite:debug": "cd apps/site-vite && DEBUG=vite:* VITE_INSPECT=1 yarn dev",
"site:vite:debug-tamagui": "cd apps/site-vite && DEBUG=tamagui yarn dev",
"site:extract": "yarn workspace @tamagui/site dev:extract",
"site:prod": "yarn workspace @tamagui/site ci:build && yarn workspace @tamagui/site next:start",
"site:prod:no-extract": "yarn workspace @tamagui/site ci:build:no-extract && yarn workspace @tamagui/site next:start",
"site:prod:profile": "PROFILE=1 yarn site:prod",
"site:prod:analyze": "ANALYZE=true yarn site:prod",
"kitchen-sink": "yarn workspace @tamagui/kitchen-sink start",
"kitchen-sink:dev": "yarn workspace @tamagui/kitchen-sink dev",
"kitchen-sink:extract": "yarn workspace @tamagui/kitchen-sink start:extract",
"kitchen-sink:clean": "yarn workspace @tamagui/kitchen-sink start:clean",
"kitchen-sink:android": "yarn workspace @tamagui/kitchen-sink start:android",
"kitchen-sink:web": "yarn workspace @tamagui/kitchen-sink web",
"studio": "cd apps/site && ../../node_modules/.bin/tama studio",
"sandbox:webpack": "yarn workspace @tamagui/sandbox dev:webpack:extract",
"sandbox": "yarn workspace @tamagui/sandbox dev",
"sandbox:extract": "yarn workspace @tamagui/sandbox dev:extract",
"sandbox-web": "yarn workspace @tamagui/sandbox-web dev",
"sandbox-web:extract": "yarn workspace @tamagui/sandbox-web dev:extract",
"fix": "yarn manypkg fix"
},
"resolutions": {
"@floating-ui/react-dom": "1.2.2",
"@floating-ui/react": "0.19.1",
"@floating-ui/react-native": "0.9.0",
"react-native-svg": "13.4.0",
"react-native-reanimated": "2.14.4",
"@types/node": "16.11.9",
"@types/react-native": "0.70.8",
"esbuild": "0.17.5",
"react-native": "0.70.5",
"typescript": "4.9.4",
"webpack": "5.74.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-refresh": "0.14.0",
"react-native-web": "0.18.9"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
},
"dependencies": {
"@lerna-lite/cli": "^1.6.0",
"@manypkg/cli": "^0.19.1",
"@monorepo-utils/workspaces-to-typescript-project-references": "^2.7.4",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.9",
"@types/react": "^18.0.15",
"import-sort-style-module": "^6.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.2",
"prompts": "2.1.0",
"rome": "^11.0.0",
"turbo": "^1.6.3",
"typescript": "^4.7.4",
"ultra-runner": "^3.10.5"
},
"stableVersion": "0.0.0"
}