-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.2 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "work-from-home",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:prod": "next start -p $NEXT_PUBLIC_PORT",
"lint": "next lint"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@ethereumjs/util": "^8.0.6",
"@eueno/lib-browser": "^0.0.8",
"@eueno/lib-node": "^0.0.10",
"@next-auth/mongodb-adapter": "^1.1.1",
"@next-auth/sequelize-adapter": "^1.0.7",
"@paypal/react-paypal-js": "^7.8.3",
"@reduxjs/toolkit": "^1.9.3",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.1",
"@tanstack/react-query": "^4.29.5",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"firebase": "^9.18.0",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongodb": "^4.14.0",
"next": "13.2.4",
"next-auth": "^4.21.0",
"next-redux-wrapper": "^8.1.0",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-datepicker": "^4.11.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.2.1",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-select": "^5.7.2",
"react-toastify": "^9.1.2",
"react-tooltip": "^5.10.5",
"react-use": "^17.4.0",
"recharts": "^2.5.0",
"redux-saga": "^1.2.3",
"typescript": "5.0.2",
"yup": "^1.0.2"
},
"devDependencies": {
"@owallet/types": "^0.0.2",
"@types/axios": "^0.14.0",
"@types/js-cookie": "^3.0.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.194",
"@types/moment-duration-format": "^2.2.3",
"@types/next": "^9.0.0",
"@types/node": "^18.15.11",
"@types/nodemailer": "^6.4.7",
"@types/react-datepicker": "^4.10.0",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.0"
}
}