-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1023 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": "dpts",
"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",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.3.0",
"@stripe/stripe-js": "^2.1.6",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"cookies-next": "^2.1.2",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"next-redux-wrapper": "^8.1.0",
"nextjs-current-url": "^1.0.3",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-lottie-player": "^1.5.4",
"react-redux": "^8.1.1",
"react-scroll-up": "^1.4.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"stripe": "^13.6.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"prettier": "^3.0.0"
}
}