-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.83 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.83 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Monadic DNA Explorer",
"version": "1.0.0",
"description": "Match your DNA data against an open ended catalogue of DNA traits",
"type": "module",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore"
},
"keywords": [],
"author": "Monadic DNA / Recherché Inc",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@dynamic-labs/ethereum": "^4.48.2",
"@dynamic-labs/ethereum-aa": "^4.48.2",
"@dynamic-labs/sdk-react-core": "^4.48.2",
"@nillion/nilai-ts": "^0.3.0",
"@nillion/nuc": "^2.0.0",
"@nillion/secretvaults": "^2.0.0",
"@stripe/react-stripe-js": "^6.0.0",
"@stripe/stripe-js": "^9.0.0",
"@types/crypto-js": "^4.2.2",
"@types/pako": "^2.0.4",
"@types/pg": "^8.15.6",
"@xenova/transformers": "^2.17.2",
"alchemy-sdk": "^3.6.5",
"crypto-browserify": "^3.12.1",
"crypto-js": "^4.2.0",
"ethers": "^6.13.4",
"next": "^16.2.1",
"openai": "^6.7.0",
"pako": "^2.1.0",
"path-browserify": "^1.0.1",
"pg": "^8.16.3",
"pino-pretty": "^13.1.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.5",
"sql.js": "^1.13.0",
"stripe": "^17.5.0",
"viem": "^2.38.5"
},
"devDependencies": {
"@types/node": "^24.6.0",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@types/sql.js": "^1.4.9",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.4",
"ignore-loader": "^0.1.2",
"node-loader": "^2.1.0",
"typescript": "^5.9.2"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}