-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 842 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^0.1.5",
"aos": "^2.3.4",
"clsx": "^1.2.1",
"daisyui": "^2.39.1",
"lru-cache": "^7.14.1",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom-confetti": "^0.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"react-intersection-observer": "^9.4.1",
"react-typed": "^1.2.0",
"s-age": "^1.1.2",
"sharp": "^0.31.2",
"webhook-discord": "^3.7.8"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}