-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 917 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
32
33
34
{
"name": "no-fuss-astro",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"build:preview": "astro build && astro preview",
"format": "prettier -w --plugin-search-dir=. 'src/**/*.{js,jsx,ts,tsx,astro}'",
"astro": "astro"
},
"devDependencies": {
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.12.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@fontsource/inter": "^4.5.14",
"@tailwindcss/typography": "^0.5.8",
"astro": "^1.6.12",
"astro-compress": "^2.0.15",
"astro-icon": "^0.8.0",
"astro-layouts": "^0.1.1",
"prettier-plugin-astro": "^0.7.0",
"sharp": "0.31.1",
"svgo": "^2.8.0",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"@astrojs/react": "^2.1.0"
}
}