-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
{
"name": "personal-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prod": "next start",
"pretty": "prettier --write \"./**/*.{js,ts,tsx,jsx,json}\"",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@material/typography": "^14.0.0",
"@mui/icons-material": "^5.15.6",
"@mui/lab": "^5.0.0-alpha.162",
"@mui/material": "^5.15.6",
"@nextui-org/react": "^2.2.9",
"@sendgrid/mail": "^8.1.3",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.0.3",
"dotenv": "^16.4.5",
"framer-motion": "^10.17.9",
"next": "14.0.4",
"next-themes": "^0.2.1",
"react": "^18",
"react-chrono": "^2.3.1",
"react-countup": "^6.5.0",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-icons": "^4.12.0",
"react-scroll": "^1.9.0",
"sharp": "^0.33.1",
"swiper": "^11.0.5",
"tsparticles": "^3.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-countup": "^4.3.1",
"@types/react-dom": "^18",
"@types/react-scroll": "^1.8.10",
"@types/swiper": "^6.0.0",
"autoprefixer": "^10.0.1",
"husky": "^8.0.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}