-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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": "@galactiks/astro-website-template",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --fix --ext .js,.astro src",
"prettier": "prettier --write .",
"clean": "rimraf dist/"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/partytown": "2.1.2",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.8",
"@astrojs/tailwind": "5.1.2",
"@fontsource/inter": "5.1.0",
"@galactiks/astro-integration": "0.3.15",
"@galactiks/config": "0.3.6",
"@galactiks/sitemap": "0.1.6",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-scroll-area": "1.2.0",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-slot": "1.1.0",
"@tailwindcss/typography": "0.5.15",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"astro": "4.16.0",
"astro-icon": "1.1.1",
"astro-robots-txt": "1.0.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"contentlayer": "0.3.4",
"flag-icons": "7.2.3",
"lodash.capitalize": "4.2.1",
"lucide-react": "0.451.0",
"mdx-bundler": "10.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.5.3",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/lodash.capitalize": "4.2.9",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-plugin-astro": "1.2.4",
"eslint-plugin-jsx-a11y": "6.10.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"rimraf": "6.0.1",
"sharp": "0.33.5",
"typescript": "5.6.3"
}
}