-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 Bytes
/
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
{
"name": "katr.cz",
"version": "0.1.0",
"description": "",
"license": "MIT",
"scripts": {
"build": "vite build --emptyOutDir",
"prom:update": "npx @prom-cms/cli project update",
"dev": "vite"
},
"devDependencies": {
"@prettier/plugin-php": "^0.20.1",
"@prom-cms/vite-plugin": "^0.7.0",
"@prom-cms/cli": "^0.20.2",
"@prom-cms/admin": "^0.12.3",
"prettier": "^3",
"prettier-plugin-twig-melody": "^0.4.6",
"typescript": "^4.9.5",
"vite": "^3",
"vite-plugin-live-reload": "^3.0.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"alpinejs": "^3.12.0",
"bootstrap": "^5.2.3",
"find-config": "^1.0.0",
"htmx.org": "^1.9.5",
"photoswipe": "^5.3.7",
"zooming": "^2.1.1"
},
"overrides": {
"react": "18.2.0"
},
"type": "module"
}