-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.6 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.6 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
{
"name": "@lde/source",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ldelements/lde.git"
},
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky"
},
"lint-staged": {
"*.ts": "eslint --fix",
"*.{ts,json,md}": "prettier --write"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@eslint/js": "^9.39.2",
"@nx/eslint": "22.6.5",
"@nx/eslint-plugin": "22.6.5",
"@nx/js": "22.6.5",
"@nx/vite": "22.6.5",
"@nx/web": "22.6.5",
"@rdfjs/types": "^2.0.1",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.21",
"@testcontainers/postgresql": "^11.14.0",
"@types/node": "^25.6.0",
"@vitest/coverage-v8": "4.1.0",
"@vitest/ui": "4.1.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.0.0",
"husky": "^9.1.7",
"jiti": "2.6.1",
"jsonc-eslint-parser": "^3.1.0",
"lint-staged": "^16.4.0",
"nock": "^14.0.12",
"nx": "22.6.5",
"prettier": "^3.8.3",
"prettier-plugin-packagejson": "^3.0.2",
"tslib": "^2.3.0",
"typescript": "~5.9.3",
"typescript-eslint": "8.58.2",
"verdaccio": "6.5.0",
"vite": "7.3.1",
"vitest": "4.1.0"
},
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}
}