-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 1.05 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": "cmd_theme",
"author": "Sébastien Gordano",
"description": "A starter theme for Astro.",
"version": "1.0.0",
"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.1",
"@astrojs/prefetch": "^0.1.2",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"astro": "^2.7.2",
"astro-compress": "1.1.28",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.14",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"sass": "^1.63.6",
"sharp": "^0.31.3",
"simple-astro-seo": "^0.1.3",
"svgo": "2.8",
"typescript": "^4.9.5",
"vite": "^4.3.9"
},
"browserslist": [
"defaults"
]
}