-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 2.39 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 2.39 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "zero-logement-vacant",
"version": "0.0.1",
"description": "Zéro Logement Vacant",
"engines": {
"node": "^24"
},
"packageManager": "yarn@4.14.1",
"workspaces": [
"frontend",
"server",
"packages/*",
"apps/*"
],
"scripts": {
"prepare": "husky",
"clean": "nx run-many -t clean",
"typecheck": "nx run-many -t typecheck",
"build": "nx run-many -t build",
"lint": "oxlint .",
"format": "oxfmt --check .",
"format:fix": "oxfmt .",
"test": "nx run-many -t test",
"coverage": "nx run-many -t test --coverage",
"knip": "knip"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@nx/cypress": "22.7.1",
"@nx/esbuild": "22.7.1",
"@nx/js": "22.7.1",
"@nx/playwright": "22.7.1",
"@nx/react": "22.7.1",
"@nx/vite": "22.7.1",
"@nx/vitest": "22.7.1",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.33",
"@types/node": "24",
"@vitejs/plugin-react": "6.0.1",
"@vitest/coverage-v8": "4.1.6",
"@vitest/ui": "4.1.6",
"clever-tools": "4.10.0",
"cypress": "15.15.0",
"esbuild": "0.28.1",
"eslint-plugin-cypress": "6.4.1",
"globals": "16.5.0",
"husky": "9.1.7",
"jiti": "2.7.0",
"knip": "6.13.1",
"lint-staged": "17.0.4",
"madr": "4.0.0",
"node-talisman": "1.29.22",
"npq": "3.19.2",
"nx": "22.7.1",
"oxfmt": "0.54.0",
"oxlint": "1.69.0",
"sass": "1.99.0",
"typescript": "5.9.3",
"vite": "8.0.16",
"vitest": "4.1.6"
},
"resolutions": {
"@types/express": "4.17.21",
"basic-ftp": "5.2.0",
"fast-xml-parser": "5.3.8",
"koa": "3.1.2",
"react": "18.3.1",
"serialize-javascript": "7.0.3",
"stylus": "github:stylus/stylus#0.64.0",
"systeminformation": "5.31.0"
},
"dependencies": {
"tslib": "2.8.1"
},
"dependenciesMeta": {
"@parcel/watcher": {
"built": true
},
"@swc/core": {
"built": true
},
"core-js": {
"built": true
},
"core-js-pure": {
"built": true
},
"cypress": {
"built": true
},
"es5-ext": {
"built": true
},
"esbuild": {
"built": true
},
"msgpackr-extract": {
"built": true
},
"msw": {
"built": true
},
"nx": {
"built": true
},
"sharp": {
"built": true
},
"unrs-resolver": {
"built": true
}
}
}