-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.4 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
{
"name": "ctrl",
"packageManager": "yarn@4.9.1",
"scripts": {
"build": "yarn workspaces foreach --all run build",
"start": "yarn workspaces foreach --all --parallel --interlaced run start",
"dev": "make db && yarn workspaces foreach --all --parallel --interlaced run dev",
"type-check": "yarn workspaces foreach --all run type-check",
"format": "yarn run prettier --write './application/**/*.(js|ts|jsx|tsx)'",
"test": "yarn workspaces foreach --all run test",
"lint": "eslint .",
"build-docs": "yarn workspaces foreach --all run build-docs"
},
"workspaces": [
"application/*"
],
"private": true,
"devDependencies": {
"@faker-js/faker": "^10.0.0",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^8.56.0",
"json-schema-to-ts": "^3.1.1",
"prettier": "^3.2.4",
"start-server-and-test": "^2.0.9",
"typescript": "^5.8.3",
"vite-node": "^3.2.4"
},
"resolutions": {
"ajv@^8.0.0": "^8.18.0",
"ajv@^8.6.3": "^8.18.0",
"ajv@^8.17.1": "^8.18.0",
"body-parser@^2.2.0": "^2.2.1",
"brace-expansion@^2.0.2": "^2.0.3",
"brace-expansion@^1.1.7": "^1.1.13",
"brace-expansion@^1.1.12": "^1.1.13",
"cross-spawn": "^7.0.5",
"diff@^4.0.1": "^4.0.4",
"diff@^5.1.0": "^5.2.2",
"esbuild@^0.21.3": "^0.25.10",
"glob@^10": "^10.5.0",
"handlebars@^4.7.7": "^4.7.9",
"@hapi/content": "^6.0.1",
"js-yaml@^3.10.0": "^3.14.2",
"js-yaml@^3.13.0": "^3.14.2",
"js-yaml@^3.13.1": "^3.14.2",
"js-yaml@^4.1.0": "^4.1.1",
"jws": "^3.2.3",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"mdast-util-to-hast@^13.0.0": "^13.2.1",
"minimatch@^3.1.2": "^3.1.3",
"minimatch@^3.1.1": "^3.1.3",
"minimatch@^3.0.5": "^3.1.3",
"minimatch@^3.0.4": "^3.1.3",
"minimatch@^9.0.4": "^9.0.7",
"minimatch@^9.0.1": "^9.0.7",
"picomatch@^2.0.4": "^2.3.2",
"picomatch@^2.2.3": "^2.3.2",
"picomatch@^2.3.1": "^2.3.2",
"picomatch@^4.0.2": "^4.0.4",
"picomatch@^4.0.3": "^4.0.4",
"qs": "^6.14.2",
"react-router": "6.30.3",
"react-router-dom": "6.30.3",
"rollup@^4.20.0": "^4.59.0",
"rollup@^4.43.0": "^4.59.0",
"router/path-to-regexp": "^8.4.0",
"tar": "^7.5.11",
"validator": "^13.15.22",
"vite-node/vite": "^7.3.2"
},
"dependencies": {
"@react-pdf/renderer": "^4.2.2"
}
}