-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (48 loc) · 1.09 KB
/
package.json
File metadata and controls
49 lines (48 loc) · 1.09 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "paperastro",
"version": "2.1.0",
"type": "module",
"description": "A lightweight, professional Astro starter template styled with PaperCSS and featuring first-class Fabform integration for backend-free form handling.",
"author": "Geoffrey Callaghan",
"license": "MIT",
"homepage": "https://fabform.io",
"repository": {
"type": "git",
"url": "https://github.com/fabformhub/paperastro.git"
},
"bugs": {
"url": "https://github.com/fabformhub/paperastro/issues"
},
"funding": {
"type": "service",
"url": "https://fabform.io"
},
"keywords": [
"astro",
"starter",
"template",
"papercss",
"blog",
"documentation",
"fabform",
"form-handling",
"contact-form",
"no-backend",
"form-backend",
"static-site",
"astro-theme"
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"astro": "^5.17.1",
"sharp": "^0.34.3"
}
}