-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
41
42
43
44
45
{
"name": "charizard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@kurkle/color": "^0.3.2",
"@popperjs/core": "^2.11.7",
"@stripe/stripe-js": "^1.52.1",
"chart.js": "^2.9.4",
"chartjs": "^0.3.24",
"cookies-next": "^2.1.1",
"crypto-js": "^4.1.1",
"gulp": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.10",
"next": "^12.1.4",
"next-redux-wrapper": "^7.0.5",
"razorpay": "^2.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.1",
"react-toastify": "^8.2.0",
"react-top-loading-bar": "^2.3.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"shortid": "^2.2.16",
"stripe": "^12.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}