-
-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "node-vibrant-monorepo",
"private": true,
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"compile:tsc": "tsc",
"build": "lerna run build",
"build:website": "lerna run --scope website build",
"prettier": "prettier --ignore-unknown .",
"prettier:write": "pnpm run prettier --write",
"test": "pnpm run \"/^test:.*/\"",
"test:sherif": "sherif",
"test:knip": "knip",
"test:lib": "lerna run test:lib",
"test:types": "lerna run test:types",
"test:build": "lerna run test:build",
"test:eslint": "lerna run test:eslint",
"test:format": "pnpm run prettier --check",
"docs:generate": "node scripts/generateDocs.js",
"do:publish": "lerna publish --no-private",
"prepare": "playwright install chromium"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"@types/node": "^18.15.3",
"@types/table": "^4.0.5",
"eslint": "^9.17.0",
"knip": "^5.41.0",
"lerna": "^8.1.9",
"nx": "^20.3.0",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"sherif": "^1.1.1",
"table": "^5.2.0",
"typescript": "~5.6.2",
"typescript49": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"typescript54": "npm:[email protected]",
"typescript55": "npm:[email protected]"
}
}