-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
104 lines (104 loc) · 3.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@darklakefi/source",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"anchor": "nx run anchor:anchor",
"anchor-migrate-localnet": "NETWORK=localnet nx run anchor:anchor-migrate",
"anchor-migrate-devnet": "NETWORK=devnet nx run anchor:anchor-migrate",
"anchor-build": "nx run anchor:anchor build",
"anchor-localnet": "nx run anchor:anchor localnet",
"anchor-test": "nx run anchor:test && nx run anchor:cargo test",
"anchor-jest-test": "nx run anchor:test",
"anchor-rust-test": "nx run anchor:cargo test",
"feature": "nx generate @solana-developers/preset-react:feature",
"build": "nx build web",
"dev": "nx serve web",
"snarkjs": "node snarkjs/cli.js",
"prettier": "prettier --write .",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern 'node_modules/*'"
},
"private": true,
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@metaplex-foundation/js": "^0.20.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@sentry/nextjs": "^8.37.1",
"@solana-developers/preset-next": "3.1.0",
"@solana/spl-token": "0.4.6",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "1.95.4",
"@tabler/icons-react": "3.5.0",
"@tailwindcss/typography": "0.5.15",
"@tanstack/react-query": "5.59.19",
"@tanstack/react-query-next-experimental": "5.40.0",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.25.1",
"bs58": "5.0.0",
"buffer": "6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"daisyui": "4.11.1",
"encoding": "0.1.13",
"jotai": "2.8.3",
"lucide-react": "^0.454.0",
"next": "^15.0.3",
"posthog-js": "^1.174.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nx/eslint": "20.0.8",
"@nx/eslint-plugin": "19.0.0",
"@nx/jest": "20.0.6",
"@nx/js": "19.0.0",
"@nx/next": "19.0.0",
"@nx/react": "20.0.6",
"@nx/rollup": "19.0.0",
"@nx/workspace": "20.0.8",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.9.1",
"@swc/helpers": "~0.5.2",
"@swc/jest": "0.2.20",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"autoprefixer": "10.4.13",
"circom_tester": "github:darklakefi/circom_tester",
"circomlib": "^2.0.5",
"eslint": "~8.57.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.0",
"ffjavascript": "^0.3.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "19.0.0",
"postcss": "8.4.41",
"prettier": "^3.3.3",
"snarkjs": "^0.7.4",
"tailwindcss": "3.2.7",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.4.2"
}
}