-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "portofolio-web-v2",
"version": "1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@glidejs/glide": "^3.5.2",
"@next/font": "13.1.6",
"@react-icons/all-files": "^4.1.0",
"aos": "^2.3.4",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.3",
"next": "13.1.6",
"next-sitemap": "^4.0.7",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-snow-particle": "^1.0.6",
"react-tabs": "^6.0.0",
"react-tsparticles": "^2.9.3",
"sass": "^1.58.3",
"sharp": "^0.31.3",
"tsparticles-move-base": "^2.0.5",
"tsparticles-shape-circle": "^2.0.5",
"tsparticles-updater-color": "^2.0.5",
"tsparticles-updater-opacity": "^2.0.5",
"tsparticles-updater-out-modes": "^2.0.5",
"tsparticles-updater-size": "^2.0.5",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.3.1",
"autoprefixer": "^10.4.13",
"dotenv": "^16.0.3",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}