-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.96 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.96 KB
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
63
64
65
66
67
68
69
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"postbuild": "node ./scripts/generate-sitemap.mjs",
"knip": "knip",
"knip:fix": "knip --fix"
},
"dependencies": {
"@emailjs/browser": "^3.7.0",
"@sanity/client": "^7.13.1",
"@sanity/image-url": "^2.0.2",
"@tanstack/react-query": "^5.90.12",
"@vercel/analytics": "^1.6.1",
"axios": "^1.13.2",
"dayjs": "^1.11.19",
"framer-motion": "^12.0.5",
"fslightbox-react": "^1.6.2-2",
"globby": "^13.1.2",
"next": "^16.0.7",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"next-sanity": "^11.6.10",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"react-icons": "^5.4.0",
"react-portal": "^4.2.2",
"react-scroll": "^1.8.6",
"react-scroll-parallax": "^3.4.5",
"react-svg": "^16.3.0",
"swiper": "^8.1.4",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@types/fslightbox-react": "^1.7.8",
"@types/node": "^22.13.13",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-portal": "^4.0.7",
"@types/react-scroll": "^1.8.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.26.0",
"eslint-config-next": "15.1.6",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"knip": "^5.46.0",
"postcss": "^8.4.18",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.94.2",
"tailwindcss": "^3.2.1",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.9.3"
}
}