-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 972 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 972 Bytes
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
{
"name": "lvckyapi-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prod": "npm run build && npm run start"
},
"dependencies": {
"@types/nodemailer": "^6.4.14",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"framer-motion": "^11.0.28",
"fs": "^0.0.1-security",
"next": "14.2.3",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.13",
"react": "^18.2.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-spring": "^9.7.3",
"react-tippy": "^1.4.0",
"remove": "^0.1.5",
"sass": "^1.75.0",
"sharp": "^0.33.3",
"spring": "^0.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.0.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}