-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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": "colla-grid",
"version": "0.0.2",
"description": "The best Database Grid component in the world, supporting React, Vue, and Angular. It also provides backend services.",
"scripts": {
"commit": "cz",
"release": "commit-and-tag-version",
"docs": "cd document && pnpm run dev",
"dev": "cd packages/core && pnpm run dev",
"test": "echo \"Error: no test specified\" && exit 0",
"prepare": "husky"
},
"engines": {
"node": "16.15.0",
"pnpm": "^8"
},
"devDependencies": {
"commit-and-tag-version": "^12.4.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"@eslint/js": "^9.6.0",
"eslint": "9.x",
"typescript-eslint": "^7.15.0",
"nx": "16.10.0",
"rimraf": "^5.0.7",
"ts-node": "^10.9.1",
"typedoc": "^0.26.3",
"yml-to-model": "^1.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"src/**/*.ts": "eslint --fix"
},
"keywords": [],
"author": "",
"license": "ISC"
}