forked from Swothh/swoth.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 895 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
{
"name": "swoth-personal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@iconscout/react-unicons": "^1.1.6",
"@tippyjs/react": "^4.2.6",
"animate.css": "^4.1.1",
"autoprefixer": "^10.2.6",
"axios": "^0.26.0",
"crypto-js": "^4.0.0",
"isomorphic-unfetch": "^3.1.0",
"mongoose": "^5.13.15",
"next": "^12.2.2",
"next-iron-session": "^4.2.0",
"nprogress": "^0.2.0",
"postcss": "^8.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-text-loop-next": "^0.0.3",
"swr": "^1.3.0",
"tailwindcss": "^3.0.20",
"validator": "^13.7.0",
"webhook-discord": "^3.7.8"
}
}