-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "landing-pad",
"type": "module",
"version": "4.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "eslint . --fix && prettier -w \"**/*\" --ignore-unknown --cache",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/netlify": "6.3.2",
"@astrojs/react": "4.2.7",
"@astrojs/sitemap": "3.3.1",
"@keystatic/astro": "5.0.6",
"@keystatic/core": "0.5.47",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/vite": "4.1.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"astro": "5.7.12",
"astro-seo": "0.8.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "4.1.5"
},
"devDependencies": {
"@eslint/js": "9.26.0",
"@playform/compress": "0.1.9",
"eslint": "9.26.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.4.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "16.1.0",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.11",
"typescript-eslint": "8.32.0"
}
}