-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 KB
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "storgardshus",
"type": "module",
"version": "1.1.0",
"private": true,
"packageManager": "pnpm@8.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint 'src/**/*.{ts,tsx,js,jsx,astro}' --fix",
"format": "prettier --write --plugin-search-dir=. 'src/**/*.{ts,tsx,js,jsx,astro}'"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/mdx": "^2.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"@fontsource/inter": "^4.5.15",
"@netlify/functions": "^1.6.0",
"astro": "4.0.3",
"astro-icon": "^0.8.0",
"astro-navbar": "^1.2.0",
"astro-seo": "^0.7.2",
"autoprefixer": "^10.4.14",
"node-fetch": "^3.3.1",
"postcss": "^8.4.23",
"sharp": "^0.32.1",
"tailwindcss": "^3.3.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-astro": "^0.27.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"typescript": "^5.2.2"
}
}