-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 792 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
{
"name": "collapse-workspace",
"version": "0.0.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo build",
"test": "turbo test",
"lint": "turbo lint",
"cypress:run": "turbo cypress:run",
"format": "prettier --write **/*.{js,ts,tsx,yml,md,md,json}",
"version": "changeset version && pnpm install --lockfile-only",
"release": "pnpm build && changeset publish",
"typecheck": "turbo typecheck"
},
"dependencies": {
"@changesets/cli": "^2.27.3",
"buffer": "^5.5.0",
"np": "^6.4.0",
"one-version": "^0.2.0",
"prettier": "^3",
"process": "^0.11.10",
"turbo": "^1.13.3"
},
"alias": {
"process": "process/browser.js",
"buffer": "buffer"
},
"packageManager": "pnpm@9.1.2"
}