-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.91 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.91 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "tego",
"version": "1.6.10",
"private": true,
"homepage": "https://github.com/tegojs/tego#readme",
"bugs": {
"url": "https://github.com/tegojs/tego/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tegojs/tego"
},
"license": "Apache-2.0",
"scripts": {
"build": "tegod build",
"clean": "tegod clean",
"dev": "tegod dev",
"e2e": "tegod e2e",
"preinstall": "npx only-allow pnpm",
"postinstall": "tegod postinstall",
"lint": "oxlint",
"metadata:sync": "node scripts/sync-package-metadata.js",
"pm": "tegod pm",
"prepare": "husky",
"settings:update": "node scripts/update-settings.js",
"start": "tego start",
"tego": "tego",
"tegod": "tegod",
"test": "vitest",
"tg": "tegod",
"tgi": "tegod install",
"tgu": "tegod upgrade",
"ui": "tegod ui"
},
"lint-staged": {
"*.{js,json,sql,ts,tsx}": [
"prettier --write"
],
"*.ts?(x)": [
"oxlint --fix"
]
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/prompt-cli": "^19.8.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@inquirer/prompts": "^7.8.6",
"@playwright/test": "^1.55.0",
"@tachybase/test": "workspace:*",
"@tego/devkit": "workspace:*",
"@types/node": "20.17.10",
"@types/react": "~18.3.23",
"@vitest/coverage-v8": "3.2.4",
"husky": "^9.1.7",
"lint-staged": "^16.2.4",
"oxlint": "^1.16.0",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-sql": "^0.19.2",
"pretty-format": "^30.0.5",
"pretty-quick": "^4.2.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"tego": "workspace:*",
"tsx": "^4.20.5",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.14.0",
"engines": {
"node": ">=20.19.0"
}
}