-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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
{
"name": "token-meme",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NEXT_DISABLE_ERROR_OVERLAY=1 next dev -H 0.0.0.0",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"deploy:gcloud": "cd deployment/gcp && powershell -ExecutionPolicy Bypass -File deploy.ps1"
},
"dependencies": {
"@solana-program/token": "^0.8.0",
"@solana-program/token-2022": "^0.7.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.7",
"@tailwindcss/postcss": "^4.1.17",
"@types/pg": "^8.11.6",
"next": "^16.0.2",
"pg": "^8.11.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"@types/react": "^19.2.4",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.2",
"postcss": "^8.4.49",
"tailwindcss": "^4.1.17",
"typescript": "^5.7.2"
}
}