-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.12 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.12 KB
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
{
"name": "@titanium-sdk/titanium-vite",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "turbo build",
"clean:workspaces": "turbo run clean",
"dev": "turbo watch dev",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@titanium-sdk/prettier-config": "workspace:^0.1.0",
"@turbo/gen": "^2.3.1",
"prettier": "catalog:",
"turbo": "^2.3.1",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@11.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912",
"prettier": "@titanium-sdk/prettier-config"
}