-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 975 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
{
"private": true,
"name": "@sandwich-ui/root",
"scripts": {
"dev": "turbo dev --continue",
"build": "turbo build",
"preview": "turbo preview",
"lint": "turbo lint --continue",
"lint:fix": "turbo lint:fix --continue",
"clean": "turbo clean --continue && rimraf node_modules/.cache/ .turbo/ **/.turbo/",
"check-updates": "npm-check-updates -ws --root",
"do-upgrades": "npm-check-updates -ws --root --upgrade",
"version": "changeset version && pnpm install",
"publish": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@eslint/js": "^9.22.0",
"eslint": "^9.22.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-prettier": "^5.2.3",
"npm-check-updates": "^17.1.15",
"rimraf": "^6.0.1",
"turbo": "^2.4.4",
"typescript-eslint": "^8.26.0"
},
"engines": {
"node": ">=22"
},
"packageManager": "[email protected]"
}