-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"name": "eval",
"version": "0.1.0",
"description": "Handling evaluations",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:a11y": "eslint . --no-ignore",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test:a11y": "echo '⚠️ Run Lighthouse in Chrome DevTools or install pa11y: npx pa11y http://localhost:3000'"
},
"dependencies": {
"@chakra-ui/react": "^3.30.0",
"@emotion/react": "^11.14.0",
"@neondatabase/serverless": "^1.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"ethers": "^6.16.0",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"qrcode.react": "^4.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"secrets.js-34r7h": "^2.0.2",
"w3pk": "^0.8.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.0.10",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.7.4",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"blake-hash",
"esbuild",
"sharp",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.23.0+sha1.b4a44ab0dc2adf2e36371d11d8eb0dc78ffc976c"
}