-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 Bytes
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": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"code:format": "npx prettier --write ."
},
"dependencies": {
"@astrojs/image": "^0.16.9",
"@astrojs/svelte": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@astrolib/seo": "^0.3.0",
"@fontsource/inter": "^5.0.1",
"astro": "^2.5.5",
"sharp": "^0.32.1",
"svelte": "^3.59.1",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.0",
"prettier-plugin-svelte": "^2.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"sass": "^1.62.1"
}
}