-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.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
{
"name": "portfolio",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"framer-motion": "^11.9.0",
"jackspeak": "^3.4.3",
"lru-cache": "^10.4.3",
"minimatch": "^7.4.6",
"next": "^14.2.13",
"node": "^18.18.2",
"nodemailer": "^6.9.1",
"path-scurry": "^1.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"devDependencies": {
"@humanwhocodes/config-array": "^0.13.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"file-loader": "^6.2.0",
"glob": "^10.4.5",
"postcss": "^8.4.47",
"rimraf": "^5.0.10"
}
}