-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 736 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 736 Bytes
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
{
"private": true,
"scripts": {
"prepublish": "pnpm build --filter=swiftui",
"build": "turbo build",
"start": "turbo start",
"dev": "turbo dev",
"test": "turbo test",
"test:e2e": "pnpm playwright test",
"lint": "prettier . --write"
},
"devDependencies": {
"@playwright/test": "^1.51.0",
"@testing-library/react": "^14.2.1",
"@types/node": "20.5.7",
"@types/react": "^18.2.65",
"@types/react-dom": "18.2.7",
"prettier": "^3.2.5",
"turbo": "^1.10.12",
"typescript": "^5.9.3",
"vitest": "^1.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/makstashkevich/swiftui-react.git"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
}
}