-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 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
{
"name": "nx",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"prepare": "husky"
},
"dependencies": {
"@nx/devkit": "22.1.3",
"smol-toml": "^1.5.2"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-nx-scopes": "^20.2.0",
"@eslint/js": "^9.8.0",
"@nx/eslint": "22.1.3",
"@nx/eslint-plugin": "22.1.3",
"@nx/js": "22.1.3",
"@nx/plugin": "^22.1.3",
"@nx/vite": "22.1.3",
"@nx/vitest": "22.1.3",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "20.19.9",
"@vitest/coverage-v8": "^4.0.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"husky": "^9.1.7",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^16.2.7",
"nx": "22.1.3",
"prettier": "^3.7.4",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.0.0",
"vitest": "^4.0.0"
},
"lint-staged": {
"*.*": "prettier --write"
},
"nx": {}
}