-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
41 lines (41 loc) · 1006 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
38
39
40
41
{
"name": "euphoria-ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@prisma/client": "^4.12.0",
"@reduxjs/toolkit": "^1.9.3",
"@stripe/stripe-js": "^1.52.1",
"aos": "^2.3.4",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"eslint": "8.37.0",
"eslint-config-next": "^14.2.12",
"micro": "^10.0.1",
"moment": "^2.29.4",
"next": "^14.2.12",
"next-auth": "^4.22.1",
"prisma": "^4.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.8.0",
"react-parallax": "^3.5.1",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^9.1.2",
"redux-persist": "^6.0.0",
"stripe": "^12.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}