-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.28 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
{
"name": "ondrej-michal-ockaj-business-analyst-portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"optimize-svgs": "svgo -r -f public/BPMN_models",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"analyze": "vite build --mode analyze",
"typecheck": "tsc --noEmit -p tsconfig.app.json",
"prepare": "husky"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@number-flow/react": "^0.6.2",
"bpmn-font": "^0.13.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^1.29.0",
"motion": "^13.0.0",
"ogl": "^1.0.11",
"quicklink": "^3.0.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-markdown": "^10.1.0",
"react-zoom-pan-pinch": "^4.0.4",
"remark-gfm": "^4.0.1",
"slot-text": "^0.3.3",
"tailwind-merge": "^3.6.0",
"yaml": "^2.9.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@eslint-react/eslint-plugin": "^5.18.3",
"@eslint/js": "^10.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.3",
"@types/quicklink": "^2.3.4",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"babel-plugin-react-compiler": "^1.0.0",
"boneyard-js": "^1.9.0",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.9.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"rollup-plugin-visualizer": "^7.0.1",
"svgo": "^4.0.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.66.0",
"vite": "^8.2.1",
"vite-plugin-checker": "^0.14.5",
"vite-plugin-compression": "^0.5.1",
"web-vitals": "^6.1.0"
},
"overrides": {
"@babel/plugin-proposal-private-methods": "npm:@babel/plugin-transform-private-methods@^7.22.0",
"eslint-plugin-react-hooks": {
"zod-validation-error": "^4.0.2"
},
"eslint": "$eslint",
"@babel/core": "$@babel/core"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}