-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.59 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
{
"name": "ares",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write **/*.astro .",
"clean": "rimraf dist .astro node_modules",
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/mdi": "^1.1.64",
"@tailwindcss/forms": "^0.5.7",
"@types/micromodal": "^0.3.5",
"@typescript-eslint/parser": "^6.21.0",
"astro": "^4.1.1",
"astro-icon": "^1.0.2",
"eslint": "^8.56.0",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-astro": "^0.31.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"@astrojs/netlify": "^5.1.3",
"@astrojs/react": "^3.0.10",
"@fontsource-variable/inter": "^5.0.16",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@supabase/supabase-js": "^2.39.6",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"emailjs": "^4.0.3",
"flowbite": "^2.3.0",
"heroicons": "^2.1.1",
"micromodal": "^0.4.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.1",
"short-unique-id": "^5.0.3",
"tailwindcss": "^3.4.1",
"tiny-invariant": "^1.3.1"
}
}