-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 2.08 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
63
64
65
66
67
68
69
{
"name": "siamak-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.496.0",
"@aws-sdk/s3-request-presigner": "^3.498.0",
"@aws-sdk/util-create-request": "^3.496.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@motionone/utils": "^10.16.3",
"@next/third-parties": "^14.0.4",
"@react-spring/web": "^9.7.3",
"@tsparticles/engine": "^3.1.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.1.0",
"@types/bcrypt": "^5.0.2",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"framer-motion": "^10.16.12",
"gsap": "^3.12.5",
"intersection-observer": "^0.12.2",
"leaflet": "^1.9.4",
"lightgallery": "^2.7.2",
"lottie-react": "^2.4.0",
"mongoose": "^8.0.3",
"next": "^14.1.0",
"next-auth": "^5.0.0-beta.4",
"next-images": "^1.8.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-leaflet": "^4.2.1",
"react-scroll-percentage": "^4.3.0",
"react-spring": "^9.7.3",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.70.0",
"scroller-motion": "^1.2.3",
"sharp": "^0.33.1",
"swiper": "^11.0.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/leaflet": "^1.9.8",
"@types/mime": "^3.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.32",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.4.0",
"typescript": "^5"
}
}