-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.4 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.4 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
71
72
73
74
75
76
77
78
79
80
{
"name": "papi-simulator",
"version": "0.5.11",
"author": "codingsh <codingsh@pm.me>",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev-chains": "node scripts/ensure-descriptors.js && next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prebuild": "papi",
"update-chains": "node scripts/update-chains.js",
"update-version": "node scripts/update-version.js",
"postversion": "node scripts/update-version.js"
},
"dependencies": {
"@babel/standalone": "^7.27.0",
"@monaco-editor/react": "^4.7.0",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/sdk-governance": "^0.3.1",
"@polkadot/api": "^16.0.1",
"@polkadot/extension-dapp": "^0.58.10",
"@polkadot/keyring": "^13.5.1",
"@polkadot/types": "^15.9.2",
"@polkadot/util": "^13.5.1",
"@radix-ui/react-scroll-area": "^1.2.7",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-toggle": "^1.1.6",
"@types/babel__standalone": "^7.1.9",
"@types/uuid": "^9.0.8",
"@types/webpack": "^5.28.5",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"biome": "^0.3.3",
"bn.js": "^5.2.2",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"critters": "^0.0.25",
"date-fns": "^3.6.0",
"framer-motion": "^12.9.2",
"immer": "^10.1.1",
"lucide-react": "^0.501.0",
"monaco-editor": "^0.52.2",
"monaco-editor-webpack-plugin": "^7.1.0",
"nanoid": "^5.1.5",
"next": "15.4.10",
"polkadot-api": "^1.10.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^5.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-jsx": "^1.0.0",
"recharts": "^2.15.3",
"rxjs": "^7.8.2",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.8",
"uuid": "^9.0.1",
"webpack": "^5.99.7",
"webpack-bundle-analyzer": "^4.10.2",
"zod": "^3.25.32",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^20.17.32",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"beasties": "^0.3.4",
"eslint": "^9.25.1",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
}
}