-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1000 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
31
32
33
34
35
36
37
38
{
"name": "polkadot-tokengated-tutorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@polkadot/api": "^10.3.4",
"@polkadot/api-augment": "^10.3.4",
"@polkadot/extension-dapp": "^0.45.5",
"@polkadot/react-identicon": "^3.1.4",
"@talismn/connect-wallets": "^1.2.3",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.0.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"lodash": "^4.17.21",
"next": "13.3.0",
"next-auth": "^4.22.1",
"primereact": "^9.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-particles": "^2.9.3",
"tsparticles": "^2.9.3",
"tsparticles-engine": "^2.9.3",
"tsparticles-preset-confetti": "^2.9.3",
"typescript": "5.0.4"
},
"devDependencies": {
"prettier": "^2.8.7"
}
}