-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1021 Bytes
/
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
{
"name": "seans-react-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"axios": "^0.21.1",
"cloudinary-build-url": "^0.2.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"emailjs-com": "^3.0.2",
"express": "^4.17.1",
"framer-motion": "^5.3.3",
"next": "^11.0.0",
"next-themes": "^0.0.14",
"nodemailer": "^6.6.1",
"notion-api-worker": "^0.1.0",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.8.3",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.32.5",
"react-notion": "^0.9.3",
"react-scroll": "^1.8.2",
"sharp": "^0.29.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.2"
}
}