-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "netlify dev --context dev",
"build": "astro check && astro build && node process-html.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.3",
"@astrojs/check": "^0.9.4",
"@astrojs/markdoc": "^0.12.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/netlify": "^6.0.0",
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.41",
"@preline/accordion": "^2.6.0",
"@preline/collapse": "^2.6.0",
"@preline/dropdown": "^2.6.0",
"@preline/overlay": "^2.6.0",
"@preline/select": "^2.6.0",
"@preline/tabs": "^2.6.0",
"@tanstack/table-core": "^8.20.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.1",
"astro": "^5.1.2",
"astro-compressor": "^1.0.0",
"astro-icon": "^1.1.5",
"clipboard": "^2.0.11",
"flag-icons": "^7.2.3",
"globby": "^14.0.2",
"gsap": "^3.12.5",
"html-minifier-terser": "^7.2.0",
"lenis": "^1.1.6",
"preline": "^2.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/node-fetch": "^2.6.11",
"astro-vtbot": "^2.0.3",
"netlify-cli": "^17.38.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.5.4"
}
}