-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 805 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 805 Bytes
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
{
"name": "shoebox",
"version": "0.8.2",
"description": "Lightweight personal Pinterest-style portfolio gallery.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"packageManager": "pnpm@10.23.0",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.16.0",
"autoprefixer": "^10.4.21",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.18"
},
"dependencies": {
"alpinejs": "^3.15.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}