-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
31 lines (31 loc) · 864 Bytes
/
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
{
"name": "angular-snippets",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && astro preview",
"prettier": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "~0.19.6",
"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^4.0.0",
"@fontsource/fira-code": "^4.5.12",
"@fontsource/inter": "^4.5.14",
"@tailwindcss/typography": "^0.5.8",
"astro": "^2.10.11",
"astro-compress": "2.0.12",
"astro-icon": "^0.8.0",
"astro-layouts": "^0.0.6",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"remark-code-title": "^0.2.2",
"sharp": "^0.31.2",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.4"
}
}