-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.61 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
{
"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": {
"bpmn-font": "^0.12.1",
"lucide-react": "^1.17.0",
"motion": "^12.40.0",
"ogl": "^1.0.11",
"react": "^19.2.7",
"react-compiler-runtime": "^1.0.0",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@eslint/js": "^9.39.4",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"prettier": "3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"rollup-plugin-visualizer": "^7.0.1",
"svgo": "^4.0.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.1",
"vite": "^8.0.16",
"vite-plugin-checker": "^0.14.1",
"vite-plugin-compression": "^0.5.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}