-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^1.0.6",
"@next/font": "13.0.7",
"@paypal/react-paypal-js": "^7.8.2",
"axios": "^1.2.1",
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.3",
"js-cookie": "^3.0.1",
"mongoose": "^6.8.1",
"next": "13.0.7",
"next-auth": "^4.18.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.0",
"react-toastify": "^9.1.1"
},
"devDependencies": {
"@testing-library/dom": "^8.19.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"jest": "^29.3.1",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}