-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.15 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.15 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "./vendor/bin/jigsaw build && concurrently \"vite\" \"./vendor/bin/jigsaw serve\"",
"dev:full": "npm run screenshots && ./vendor/bin/jigsaw build && concurrently \"vite\" \"./vendor/bin/jigsaw serve\"",
"screenshots": "node scripts/generate-screenshots.js",
"build": "npm run screenshots && vite build && ./vendor/bin/jigsaw build production",
"prod": "npm run build",
"watch": "./vendor/bin/jigsaw build --watch"
},
"devDependencies": {
"@alpinejs/intersect": "^3.15.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.0",
"@tighten/jigsaw-vite-plugin": "^1.0.1",
"alpinejs": "^3.15.3",
"concurrently": "^9.2.1",
"highlight.js": "^11.11.1",
"postcss": "^8.5.6",
"puppeteer": "^24.35.0",
"sass": "^1.97.2",
"tailwindcss": "^4.1.0",
"vite": "^6.0.7",
"vite-imagetools": "^7.0.4",
"vite-plugin-image-optimizer": "^1.1.8"
},
"dependencies": {
"@alpinejs/persist": "^3.15.4",
"axios": "^1.13.5"
}
}