-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.75 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
{
"name": "gearfest-frontend",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint": "eslint --ext .astro,.js,.jsx,.ts,.tsx, src && prettier --check 'src/**/*{.astro,.js,.jsx,.ts,.tsx}'"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/ibm-plex-sans-thai": "5.0.8",
"@fontsource/mitr": "5.0.8",
"@iconify-json/fa6-brands": "1.1.18",
"@iconify-json/skill-icons": "1.1.7",
"@nanostores/persistent": "0.9.1",
"@nanostores/react": "0.7.1",
"@types/react": "^18.2.48",
"@types/react-cookies": "0.1.3",
"@types/react-dom": "^18.2.18",
"astro": "^4.2.6",
"astro-seo": "0.8.0",
"clsx": "2.0.0",
"framer-motion": "10.16.16",
"howler": "2.2.4",
"html-to-image": "1.11.11",
"nanostores": "0.9.5",
"react": "^18.2.0",
"react-cookie": "7.0.2",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"tailwind-merge": "2.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "5.0.12"
},
"devDependencies": {
"@iconify-json/mdi": "1.1.63",
"@iconify/tailwind": "0.1.4",
"@types/howler": "2.2.11",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.3",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11"
},
"engines": {
"node": "^20",
"pnpm": "^8"
},
"packageManager": "pnpm@8.15.1"
}