-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·64 lines (64 loc) · 1.67 KB
/
package.json
File metadata and controls
executable file
·64 lines (64 loc) · 1.67 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
{
"name": "axtra-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^14.2.15",
"@tsparticles/confetti": "^3.5.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/swiper": "^6.0.0",
"axios": "^1.7.7",
"axtra-client": "file:",
"bootstrap": "^5.2.3",
"cloudinary": "^2.5.1",
"critters": "^0.0.25",
"emailjs-com": "^3.2.0",
"eslint": "8.37.0",
"eslint-config-next": "14.2.4",
"framer-motion": "^11.11.9",
"gsap": "^3.12.5",
"i18next": "^23.16.8",
"jquery": "^3.6.4",
"lottie-react": "^2.4.0",
"next": "^14.2.4",
"next-i18next": "^15.4.1",
"nodemailer": "^6.9.15",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.0",
"react-icons": "^5.3.0",
"react-paginate": "^8.2.0",
"react-parallax-tilt": "^1.7.128",
"react-toastify": "^10.0.6",
"sharp": "^0.32.1",
"swiper": "^9.4.1",
"tsparticles": "^3.5.0",
"tsparticles-slim": "^2.12.0"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@swc/core": "^1.10.7",
"babel-loader": "^9.1.3",
"cssnano": "^7.0.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.3",
"sass": "^1.60.0",
"swc-loader": "^0.2.6"
}
}