-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "cyberpunk-frontend-portfolio",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"coffee:build": "coffee -c -o src/generated src/coffee",
"predev": "npm run coffee:build",
"prebuild": "npm run coffee:build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"animejs": "^3.2.2",
"firebase-admin": "^12.6.0",
"next": "^14.2.7",
"next-svgr": "latest",
"nodemailer": "^6.9.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resend": "^3.2.0",
"@svgr/webpack": "^8.0.0",
"sweetalert2": "^11.12.4",
"swiper": "^11.1.12",
"three": "^0.165.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"coffeescript": "^2.7.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.7",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}