-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "hello-near",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@builddao/near-social-js": "1.1.0-beta.6",
"@near-js/providers": "^1.0.1",
"@near-wallet-selector/bitte-wallet": "^8.9.15",
"@near-wallet-selector/core": "^8.9.15",
"@near-wallet-selector/here-wallet": "^8.9.15",
"@near-wallet-selector/ledger": "^8.9.15",
"@near-wallet-selector/meteor-wallet": "^8.9.15",
"@near-wallet-selector/modal-ui": "^8.9.15",
"@near-wallet-selector/my-near-wallet": "^8.9.15",
"@near-wallet-selector/sender": "^8.9.15",
"cookie": "^1.0.2",
"lucide-react": "^0.469.0",
"near-api-js": "^5.0.1",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",
"twitter-api-v2": "^1.19.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"pino-pretty": "^11.2.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}