-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
32 lines (32 loc) · 943 Bytes
/
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
{
"name": "tauri-controls-root",
"private": true,
"version": "1.0.0",
"workspaces": ["apps/*"],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"preview": "turbo run preview",
"build:watch": "turbo run build:watch",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\" && turbo run format",
"publish-packages": "turbo run build && changeset version && changeset publish",
"taze": "taze minor -r -w -i false -I",
"changeset": "changeset",
"taze:major": "taze major -r -w -i false -I",
"tauri:dev": "turbo run tauri:dev"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@tauri-apps/api": "2.0.0-beta.6",
"@turbo/gen": "^1.13.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"taze": "^0.13.3",
"turbo": "1.13"
},
"packageManager": "[email protected]",
"dependencies": {
"@changesets/changelog-git": "^0.2.0"
}
}