-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.52 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.9",
"@tailwindcss/vite": "4.0.0-alpha.29",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.9.0",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"env-cmd": "^10.1.0",
"kirbyup": "^3.2.0",
"laravel-vite-plugin": "^1.0.6",
"lightningcss": "^1.28.1",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"tailwindcss": "4.0.0-alpha.29",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-svg-sprite-wrapper": "^1.3.3",
"vite-tsconfig-paths": "^5.1.2"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@unseenco/taxi": "^1.7.0",
"css-clamper": "^0.2.0",
"htmx.org": "^1.9.12",
"idiomorph": "^0.3.0",
"stimulus-typescript": "^0.1.3",
"stimulus-use": "^0.52.2",
"unlazy": "^0.12.0"
},
"browserslist": [
"last 2 versions",
">= 0.4%",
"not dead",
"Firefox ESR",
"not op_mini all",
"not and_uc > 0"
],
"packageManager": "[email protected]+sha256.7a4261e50d9a44d9240baf6c9d6e10089dcf0a79d0007f2a26985a6927324177"
}