-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.69 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
{
"name": "oursinet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"pnpm": {
"overrides": {
"mdast-util-to-hast": ">=13.2.1",
"prismjs": ">=1.30.0",
"@babel/runtime": ">=7.26.10",
"@babel/runtime-corejs3": ">=7.26.10",
"axios": ">=1.12.0",
"glob": ">=10.5.0",
"jws": ">=4.0.1",
"esbuild": ">=0.25.0",
"vite": ">=5.4.21",
"js-yaml": ">=4.1.1",
"koa": ">=2.16.2",
"@eslint/plugin-kit": ">=0.3.4",
"brace-expansion": ">=2.0.2",
"formidable": ">=2.1.3",
"tmp": ">=0.2.4",
"xml2js": ">=0.5.0",
"urijs": ">=1.19.11",
"form-data": ">=4.0.4",
"ai": ">=5.0.52",
"zod": ">=3.25.76",
"typedoc": ">=0.28.15",
"minimatch": ">=10.0.0",
"qs": ">=6.14.1",
"@remix-run/router": ">=1.23.2",
"react-router": "6.30.2",
"tar": ">=7.5.4",
"lodash-es": ">=4.17.23",
"lodash": ">=4.17.23",
"undici": ">=6.23.0"
}
},
"scripts": {
"dev": "concurrently \"pnpm --filter cms dev\" \"pnpm --filter frontend dev\"",
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint:fix",
"format": "pnpm -r format",
"format:fix": "pnpm -r format:fix"
},
"keywords": [],
"author": "Benoit VANNESSON",
"license": "ISC",
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"concurrently": "^9.2.1",
"husky": "^9.1.7"
}
}