-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.33 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.33 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "rofl-app",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"checkTs": "tsc --noEmit",
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --cache --ext .js,.ts,.tsx --max-warnings 0",
"lint-git": "node ./internals/scripts/gitlint.cjs",
"lint-docs": "markdownlint --ignore '**/node_modules/**' '**/*.md'",
"lint-changelog": "markdownlint --config .changelog/.markdownlint.yml .changelog/",
"changelog": "node ./internals/scripts/changelog.cjs",
"release-tag": "node ./internals/scripts/release-tag.cjs",
"preview": "vite preview",
"prettier-check": "prettier src internals --check",
"prettier": "prettier src internals --write"
},
"dependencies": {
"@metamask/jazzicon": "^2.0.0",
"@monaco-editor/react": "^4.7.0",
"@oasisprotocol/client": "^1.3.0",
"@oasisprotocol/client-rt": "^1.3.0",
"@oasisprotocol/ui-library": "file:./ui-library",
"@rainbow-me/rainbowkit": "^2.2.8",
"@tanstack/react-query": "^5.90.9",
"@wagmi/core": "^2.17.3",
"axios": "1.13.5",
"bignumber.js": "^9.3.1",
"date-fns": "^4.1.0",
"fathom-client": "^3.7.2",
"lucide-react": "^0.553.0",
"monaco-editor": "^0.52.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-router": "^7.13.1",
"sonner": "^2.0.7",
"viem": "^2.38.6",
"wagmi": "^2.15.6",
"yaml": "^2.8.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"buffer": "^6.0.3",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"markdownlint-cli": "^0.48.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.16",
"typescript": "~5.8.3",
"typescript-eslint": "^8.46.3",
"vite": "6.4.1"
},
"resolutions": {
"@walletconnect/universal-provider": "2.21.9"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}