forked from terrazzoapp/terrazzo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.04 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.04 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
30
31
32
33
34
{
"name": "@terrazzo/monorepo",
"private": true,
"type": "module",
"packageManager": "pnpm@9.13.2",
"scripts": {
"build": "turbo run build",
"build:apps": "turbo run build:app",
"build:examples": "pnpm run -r --parallel --if-present --stream build:tokens",
"changeset": "changeset",
"inject-license": "node scripts/inject-license.js",
"dev": "pnpm run -r --parallel --if-present dev",
"lint": "turbo run lint",
"format": "turbo run format",
"test": "turbo run test",
"prepublishOnly": "pnpm run build",
"version": "pnpm run build && changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/node": "^22.9.0",
"execa": "^9.5.1",
"prettier": "^3.3.3",
"strip-ansi": "^7.1.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
}
}