-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "playa-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.1.6",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-visually-hidden": "^1.0.1",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/nextjs": "^7.38.0",
"@solana/wallet-adapter-base": "^0.9.21",
"@solana/wallet-adapter-react": "^0.15.29",
"@solana/wallet-adapter-react-ui": "^0.9.28",
"@solana/wallet-adapter-wallets": "^0.19.12",
"@solana/web3.js": "^1.73.2",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@uiw/react-md-editor": "^3.20.5",
"bs58": "^5.0.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"multiselect-react-dropdown": "^2.0.25",
"next": "13.1.6",
"next-remove-imports": "^1.0.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.8",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"sharp": "^0.31.3",
"typescript": "4.9.5",
"urchin-web3-cms": "^0.0.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.6",
"@types/uuid": "^9.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"sass": "^1.58.3"
}
}