-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "noramp-demo-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@metaplex-foundation/js": "^0.19.4",
"@project-serum/anchor": "^0.26.0",
"@solana/web3.js": "^1.77.3",
"@tanstack/react-query": "^4.29.15",
"@thirdweb-dev/sdk": "^3.10.24",
"axios": "^1.4.0",
"ethers": "^6.6.1",
"fork-me-corner": "^1.0.1",
"next": "13.4.7",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-use": "^17.4.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.4"
}
}