-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 812 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 812 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"predev": "pagefind --site dist --output-path ./public/pagefind",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"astro": "^4.1.1",
"dayjs": "^1.11.13",
"linkedom": "^0.18.9",
"sass": "^1.69.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"pagefind": "^1.3.0"
}
}