-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm run \"/dev:/\"",
"dev:kirby": "env-cmd --use-shell \"PHP_CLI_SERVER_WORKERS=4 php -S \\$KIRBY_DEV_HOSTNAME:\\$KIRBY_DEV_PORT -t public kirby/router.php\"",
"dev:vite": "vite",
"dev:plugin": "cd site/plugins/extended && kirbyup serve src/index.js",
"build": "pnpm run \"/build:/\"",
"build:site": "vite build",
"build:plugin": "cd site/plugins/extended && kirbyup src/index.js"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rollup/plugin-inject": "^5.0.5",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/vite": "4.0.3",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.13.0",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.4",
"env-cmd": "^10.1.0",
"kirbyup": "^3.2.0",
"laravel-vite-plugin": "^1.2.0",
"lightningcss": "^1.29.1",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-svg-sprite-wrapper": "^1.4.1",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@unseenco/taxi": "^1.8.0",
"css-clamper": "^0.2.0",
"htmx.org": "^1.9.12",
"idiomorph": "^0.4.0",
"stimulus-typescript": "^0.1.3",
"stimulus-use": "^0.52.3",
"unlazy": "^0.12.1"
},
"browserslist": [
"last 2 versions",
">= 0.4%",
"not dead",
"Firefox ESR",
"not op_mini all",
"not and_uc > 0"
],
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}