forked from owncloud/cdperf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.32 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
38
39
40
41
{
"version": "2.0.0-rc.5",
"private": true,
"homepage": "https://github.com/owncloud/cdperf",
"license": "AGPL-3.0",
"author": "ownCloud GmbH <devops@owncloud.com>",
"scripts": {
"build": "turbo run build --no-daemon",
"changeset": "changeset",
"changeset:publish": "changeset publish",
"changeset:version": "changeset version",
"clean": "turbo run clean --no-daemon --parallel",
"dev": "ROARR_LOG=true turbo run dev --parallel --concurrency 64 --no-daemon | roarr",
"docs:build": "vitepress build",
"docs:dev": "vitepress dev",
"docs:preview": "vitepress preview",
"lint": "eslint package.json && syncpack list-mismatches && turbo run lint --no-daemon",
"lint:fix": "eslint package.json --fix && syncpack fix-mismatches && turbo run lint:fix --no-daemon",
"test": "turbo run test --no-daemon"
},
"devDependencies": {
"@algolia/client-search": "^4.17.2",
"@changesets/cli": "^2.26.1",
"@ownclouders/eslint-config": "workspace:*",
"@roarr/cli": "^5.12.3",
"@types/lodash": "^4.14.195",
"fast-glob": "^3.2.12",
"lodash": "^4.17.21",
"syncpack": "^10.6.1",
"turbo": "^1.10.3",
"typescript": "^5.1.3",
"vitepress": "1.0.0-beta.3"
},
"packageManager": "pnpm@7.30.5",
"engines": {
"node": ">=18"
},
"volta": {
"node": "18.9.1"
}
}