forked from anandMohanan/unlockable-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 793 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
{
"name": "allie_marketplace_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mintbase-js/auth": "^0.3.6-beta.0",
"@mintbase-js/react": "^0.3.6-beta.0",
"@mintbase-js/sdk": "^0.3.6-beta.0",
"@mintbase-js/storage": "^0.3.6-beta.0",
"@near-wallet-selector/modal-ui": "^7.4.0",
"@supabase/supabase-js": "^2.10.0",
"axios": "^1.1.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"isomorphic-unfetch": "^4.0.2",
"jquery": "^3.6.3",
"near-api-js": "^2.1.0",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.5",
"supabase": "^1.42.6"
}
}