-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.72 KB
/
package.json
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
{
"name": "c4model-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "biome format --write ./src && biome lint --apply-unsafe ./src && biome check --apply-unsafe ./src"
},
"dependencies": {
"@mantine/code-highlight": "^7.7.0",
"@mantine/core": "^7.7.0",
"@mantine/dates": "^7.7.0",
"@mantine/dropzone": "^7.7.0",
"@mantine/form": "^7.7.0",
"@mantine/hooks": "^7.7.0",
"@mantine/modals": "^7.7.0",
"@mantine/notifications": "^7.7.0",
"@mantine/spotlight": "^7.7.0",
"aigle": "^1.14.1",
"dagre": "^0.8.5",
"dayjs": "^1.11.10",
"eventemitter2": "^6.4.9",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"mermaid": "^10.5.0",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
"object-hash": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-use": "^17.4.0",
"reactflow": "^11.9.2",
"rxdb": "^14.17.1",
"rxjs": "^7.8.1",
"swagger-ui-react": "^5.9.0",
"ts-pattern": "^5.0.5",
"validator": "^13.11.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@types/dagre": "^0.7.50",
"@types/lodash": "^4.14.199",
"@types/mermaid": "^9.2.0",
"@types/object-hash": "^3.0.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/swagger-ui-react": "^4.18.1",
"@types/validator": "^13.11.5",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}