-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "artgalleryadmin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^1.0.0",
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@next-auth/mongodb-adapter": "^1.1.3",
"@next/font": "13.4.4",
"axios": "^1.4.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"material-ui-confirm": "^3.0.9",
"micro": "^10.0.1",
"mongodb": "^5.6.0",
"mongoose": "^7.3.0",
"next": "^13.4.4",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.7.3",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"stripe": "^12.9.0",
"styled-components": "^6.0.0-rc.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4"
}
}