-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.6 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
{
"$schema": "https://json.schemastore.org/package.json",
"author": {
"email": "[email protected]",
"name": "Ravalico Giovanni",
"url": "suddenlyGiovanni.dev"
},
"description": "suddenlyGiovanni personal website monorepo",
"devDependencies": {
"@biomejs/biome": "nightly",
"scripty": "2.1.1",
"turbo": "2.3.3",
"typescript": "5.7.2"
},
"engines": {
"node": ">=22.10"
},
"license": "UNLICENSED",
"name": "@suddenlygiovanni/root",
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@codecov/[email protected]>vite": "^6",
"@react-router/[email protected]>vite": "^6",
"@vitest/[email protected]>vite": "^6"
}
},
"overrides": {
"react": "^19.0.0",
"react-dom": "19.0.0",
"@types/react": "^19.0.0",
"vite": "^6"
}
},
"private": true,
"scripts": {
"build": "turbo build --log-order=grouped",
"check": "biome check --write .",
"clean": "turbo run clean && scripty clean",
"dev": "turbo dev",
"format": "turbo format --log-order=grouped",
"format:write": "turbo format:write --log-order=grouped",
"lint": "turbo lint --log-order=grouped",
"test:integration": "echo 'No integration tests configured' && exit 0",
"test:smoke": "echo 'No smoke tests configured' && exit 0",
"test:unit": "turbo test:unit --log-order=grouped",
"typecheck": "turbo typecheck --log-order=grouped",
"typecheck:watch": "turbo typecheck -- --watch --preserveWatchOutput"
}
}