-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 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
41
42
43
44
45
{
"name": "qn-stake",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx}\""
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-form": "^0.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.0",
"@solana-program/compute-budget": "^0.7.0",
"@solana-program/stake": "^0.2.0",
"@solana-program/system": "^0.7.0",
"@solana/kit": "^2.1.0",
"@solana/react": "^2.1.0",
"@solana/transactions": "^2.1.0",
"@solana/webcrypto-ed25519-polyfill": "^2.1.0",
"@wallet-standard/core": "^1.1.0",
"@wallet-standard/react": "^1.0.0",
"@wallet-standard/react-core": "^1.0.0",
"next": "^16.1.1",
"react": "19.0.1",
"react-dom": "19.0.1",
"react-error-boundary": "^5.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20.17.24",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"postcss": "^8",
"prettier": "3.5.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}