forked from piyushgarg-dev/piyushgargdev-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 KB
/
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": "next-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspark/use-formspark": "^0.1.39",
"@next-auth/mongodb-adapter": "^1.1.1",
"@vercel/analytics": "^0.1.6",
"add": "^2.0.6",
"axios": "^1.2.1",
"bootstrap": "^5.1.3",
"globby": "^13.1.3",
"google-spreadsheet": "^3.3.0",
"googleapis": "^110.0.0",
"mongodb": "^4.13.0",
"next": "^13.1.1",
"next-auth": "^4.18.10",
"react": "18.2.0",
"react-browser-ui": "^1.3.5",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-loader-spinner": "^5.3.4",
"react-slick": "^0.29.0",
"react-terminal": "^1.3.0",
"reactstrap": "^9.1.1",
"remixicon": "^2.5.0",
"slick-carousel": "^1.8.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}