-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 2.01 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@hello-world-web/workspace",
"version": "2.0.0-rc.1",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm -r --workspace-concurrency=99 run dev",
"dist": "pnpm run ci",
"clean": "pnpm -r run clean",
"ci": "run-s clean ci:build-and-lint ci:e2e",
"ci:build-and-lint": "run-p lint build",
"ci:e2e": "cross-env PORT=11111 start-server-and-test start http://localhost:11111 e2e",
"start": "pnpm -F hello-world-web run start",
"healthcheck": "pnpm -F hello-world-web run healthcheck",
"e2e": "pnpm --dir packages/e2e-tests e2e",
"dev-trace-sync-io": "cross-env-shell 'export NODE_OPTIONS='--trace-sync-io' && $npm_execpath run dev:server'",
"build": "pnpm -r run build",
"prepublishOnly": "npm shrinkwrap --omit=dev",
"pack": "run-s clean build && pnpm pack && realpath hello-world-web-*.tgz",
"lint": "run-p lint:packages lint:eslint lint:knip",
"lint:packages": "pnpm -r run lint",
"lint:knip": "knip",
"lint:eslint": "eslint",
"cy": "pnpm --dir packages/e2e-tests cy",
"test": "pnpm run e2e"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@eslint/json": "^0.9.0",
"@types/eslint-plugin-prettier": "^3.1.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-testing-library": "^7.0.0",
"globals": "^15.9.0",
"knip": "^5.38.3",
"npm-run-all2": "^7.0.0",
"prettier": "^3.3.3",
"realpath": "^3.0.0",
"start-server-and-test": "^2.0.5",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=22.7.0"
},
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}