-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 855 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
{
"name": "first-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/styled-components": "^5.1.34",
"@vercel/analytics": "^1.0.2",
"axios": "^1.4.0",
"daisyui": "^4.12.10",
"framer-motion": "^10.18.0",
"he": "^1.2.0",
"mongoose": "^7.4.0",
"next": "^13.3.0",
"nodemailer": "^6.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-responsive-carousel": "^3.2.23",
"react-responsive-masonry": "^2.1.7",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}