-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "allscherry",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "page.tsx",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@directus/sdk": "^16.0.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@marsidev/react-turnstile": "^0.6.1",
"@next/third-parties": "^14.2.3",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.23.3",
"@vercel/speed-insights": "^1.0.11",
"autoprefixer": "^10.4.19",
"axios": "^1.7.4",
"glob": "^10.4.1",
"next": "^15.0.0-rc.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"react": "^19.0.0-rc-f994737d14-20240522",
"react-dom": "^19.0.0-rc-cc1ec60d0d-20240607",
"sharp": "^0.33.4",
"turbopack": "^0.0.1"
},
"devDependencies": {
"@types/glidejs__glide": "^3.6.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.11.1",
"eslint": "^8",
"eslint-config-next": "^15.0.0-rc.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"packageManager": "yarn@4.2.2"
}