-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.13 KB
/
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
33
34
35
36
37
{
"name": "iiif-manifest-editor",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/digirati-co-uk/iiif-manifest-editor.git"
},
"scripts": {
"build": "turbo build",
"build-packages": "turbo build --filter=@manifest-editor/* --filter=manifest-editor",
"dev": "turbo dev --filter=web... --concurrency 15",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"mismatch": "syncpack list-mismatches",
"fix-deps": "syncpack fix-mismatches",
"bump": "syncpack fix-mismatches && lerna version --no-private && syncpack fix-mismatches",
"release": "lerna publish --no-private"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.4.0",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"publint": "^0.2.7",
"syncpack": "^12.3.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"turbo": "^2.0.3",
"lerna": "^8.1.5",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}