-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 894 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
37
{
"name": "asking_store_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/mongodb-adapter": "^1.1.3",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.2",
"kkiapay": "^2.0.24",
"kkiapay-react": "^0.0.2",
"lodash": "^4.17.21",
"micro": "^10.0.1",
"mongoose": "^8.0.1",
"next": "14.1.1",
"next-auth": "^4.24.5",
"next-reveal": "^1.0.6",
"nodemailer": "^6.9.7",
"react": "^18",
"react-dom": "^18",
"react-flying-item": "^1.1.2",
"react-modal": "^3.16.1",
"react-phone-number-input": "^3.3.7",
"react-spinners": "^0.13.8",
"stripe": "^14.5.0",
"styled-components": "^6.1.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.0.3"
}
}