-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 817 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 817 Bytes
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
{
"private": true,
"scripts": {
"build": "turbo run build",
"playground": "turbo run playground --concurrency=13",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@quantum-design-configs/eslint": "catalog:",
"@quantum-design-configs/tsconfig": "catalog:",
"@types/node": "catalog:",
"eslint": "catalog:",
"prettier": "catalog:",
"tslib": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"lint-staged": "catalog:",
"husky": "catalog:"
},
"packageManager": "pnpm@9.15.7",
"name": "lowcode-engine",
"volta": {
"node": "18.18.2",
"pnpm": "9.15.7"
}
}