-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "website",
"author": "Jakob Bauer",
"version": "0.0.9",
"scripts": {
"dev": "astro dev",
"check": "astro check && tsc --noEmit",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro",
"build:prev": "astro build && astro preview",
"format": "prettier -w --plugin-search-dir=. ."
},
"devDependencies": {
"@astrojs/image": "^0.13.0",
"@astrojs/prefetch": "^0.1.1",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.0",
"astro": "^2.9.7",
"astro-compress": "1.1.28",
"astro-icon": "^0.8.0",
"autoprefixer": "^10.4.13",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"simple-astro-seo": "^0.1.3",
"typescript": "^4.9.5"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@astrojs/node": "^5.3.1"
}
}