-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
128 lines (128 loc) · 4.1 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "imbue-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start_prod": "npx knex --cwd './src/db' migrate:latest && node server.js",
"test": "NODE_ENV=development jest --all --silent -u",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@google-cloud/storage": "^7.1.0",
"@matheusluizn/react-google-login": "^5.1.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.14.10",
"@mui/styled-engine-sc": "^5.11.11",
"@mui/styles": "^5.14.10",
"@next/bundle-analyzer": "^13.4.19",
"@polkadot/api": "^10.2.1",
"@polkadot/extension-dapp": "^0.46.5",
"@react-oauth/google": "^0.10.0",
"@reduxjs/toolkit": "^1.9.5",
"@sendgrid/mail": "^8.1.0",
"@talismn/connect-components": "1.1.7",
"@talismn/connect-ui": "1.1.2",
"@talismn/connect-wallets": "1.2.3",
"@testing-library/jest-dom": "^5.16.5",
"@trustwallet/wallet-core": "^4.0.1",
"@types/bad-words": "^3.0.1",
"@types/bcryptjs": "^2.4.2",
"@types/node": "18.15.7",
"@types/passport-jwt": "^3.0.8",
"@types/react": "18.0.29",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.11",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@walletconnect/web3-provider": "^1.8.0",
"apexcharts": "^3.44.0",
"axios": "^1.5.1",
"bad-words": "^3.0.4",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.2",
"coingecko-api-v3": "^0.0.29",
"cookies-next": "^2.1.1",
"country-list": "^2.3.0",
"csv-parser": "^3.0.0",
"emoji-picker-react": "^4.5.15",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ethers": "^6.8.1",
"express": "^4.18.2",
"formidable": "^3.5.1",
"formidable-serverless": "^1.1.1",
"google-auth-library": "^8.7.0",
"javascript-time-ago": "^2.5.9",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"knex": "^0.95.15",
"material-components-web": "^14.0.0",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"next": "13.2.4",
"next-connect": "^0.13.0",
"next-swagger-doc": "^0.4.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"pg": "^8.7.1",
"postcss-nesting": "^11.2.2",
"rc-pagination": "^3.4.2",
"react": "18.2.0",
"react-activity-feed": "^1.4.0",
"react-apexcharts": "^1.4.1",
"react-copy-to-clipboard": "^5.1.0",
"react-country-flag": "^3.1.0",
"react-country-region-selector": "^3.6.1",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-lottie": "^1.2.3",
"react-password-strength-bar": "^0.4.1",
"react-redux": "^8.1.1",
"react-select-country-list": "^2.2.3",
"react-slick": "^0.29.0",
"react-top-loading-bar": "^2.3.1",
"react-use": "^17.4.2",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"slick-carousel": "^1.8.1",
"stream-browserify": "^3.0.0",
"stream-chat": "^8.5.0",
"stream-chat-react": "^10.7.3",
"styled-components": "^5.3.9",
"swagger-ui-react": "^4.19.0",
"swiper": "^11.0.3",
"swr": "^2.2.4",
"test-utils": "^1.1.1",
"typescript": "5.0.2",
"use-onclickoutside": "^0.4.1",
"uuidv4": "^6.2.12",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/country-data": "^0.0.2",
"@types/country-list": "^2.1.1",
"@types/formidable": "^3.4.3",
"@types/jest": "^29.5.1",
"@types/multer": "^1.4.8",
"@types/passport": "^1.0.12",
"@types/react-lottie": "^1.2.6",
"@types/styled-components": "^5.1.26",
"@types/swagger-ui-react": "^4.18.0",
"@types/testing-library__jest-dom": "^5.14.5",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}