-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
54
55
56
57
{
"name": "@advanced-astro/split",
"type": "module",
"version": "1.1.0",
"license": "MIT",
"author": {
"name": "Advanced Astro",
"email": "[email protected]",
"url": "https://astro-split.vercel.app/"
},
"homepage": "https://github.com/advanced-astro/split#readme",
"repository": {
"type": "git",
"url": "https://github.com/advanced-astro/split.git"
},
"keywords": [
"astro",
"astro-build",
"astro-template",
"astro-theme",
"jamstack",
"jamstack-theme",
"robots-txt",
"sitemap-xml",
"starter-kit",
"static-site-generator",
"template"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "vercel",
"deploy": "vercel --prod",
"format:check": "prettier --check 'src/**/*.astro'",
"format:write": "prettier --cache --write 'src/**/*.astro'",
"astro": "astro",
"webp": "go-webp remove=false change=true excludeFiles='favicon.png'"
},
"dependencies": {
"astro": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20.5.7",
"astro-compress": "^2.0.14",
"astro-compressor": "^0.4.0",
"astro-robots-txt": "^1.0.0",
"astro-sitemap": "^1.0.0",
"autoprefixer": "^10.4.15",
"open-props": "^1.5.15",
"postcss-jit-props": "^1.0.13",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.14.0",
"typescript": "^5.2.2"
}
}