-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
114 lines (114 loc) · 4.9 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
105
106
107
108
109
110
111
112
113
114
{
"name": "polkadot-devground",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"add-polkadot": "npx papi add dot -n polkadot --skip-codegen",
"add-polkadot-people": "npx papi add dotpeople -n polkadot_people --skip-codegen",
"add-polkadot-asset-hub": "npx papi add dot_asset_hub -n polkadot_asset_hub --skip-codegen",
"add-polkadot-bridge-hub": "npx papi add dot_bridge_hub -n polkadot_bridge_hub --skip-codegen",
"add-polkadot-collectives": "npx papi add dot_collectives -n polkadot_collectives --skip-codegen",
"add-kusama": "npx papi add kusama -n ksmcc3 --skip-codegen",
"add-kusama-people": "npx papi add kusama_people -n ksmcc3_people --skip-codegen",
"add-kusama-asset-hub": "npx papi add kusama_asset_hub -n ksmcc3_asset_hub --skip-codegen",
"add-kusama-bridge-hub": "npx papi add kusama_bridge_hub -n ksmcc3_bridge_hub --skip-codegen",
"add-westend": "npx papi add westend -n westend2 --skip-codegen",
"add-westend-people": "npx papi add westend_people -n westend2_people --skip-codegen",
"add-westend-asset-hub": "npx papi add westend_asset_hub -n westend2_asset_hub --skip-codegen",
"add-westend-bridge-hub": "npx papi add westend_bridge_hub -n westend2_bridge_hub --skip-codegen",
"add-westend-collectives": "npx papi add westend_collectives -n westend2_collectives --skip-codegen",
"add-paseo": "npx papi add paseo -n paseo --skip-codegen",
"add-paseo-asset-hub": "npx papi add paseo_asset_hub -n paseo_asset_hub --skip-codegen",
"add-descriptors": "npm run add-polkadot && npm run add-polkadot-people && npm run add-polkadot-asset-hub && npm run add-polkadot-bridge-hub && npm run add-polkadot-collectives && npm run add-kusama && npm run add-kusama-people && npm run add-kusama-asset-hub && npm run add-kusama-bridge-hub && npm run add-westend && npm run add-westend-people && npm run add-westend-asset-hub && npm run add-westend-bridge-hub && npm run add-westend-collectives && npm run add-paseo && npm run add-paseo-asset-hub && npx papi generate",
"remove-descriptors": "rm -rf node_modules .papi",
"lint": "npm run tsc && eslint . --ext .ts,.tsx --no-cache",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"preview": "vite preview",
"start": "vite",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@pivanov/event-bus": "1.0.0",
"@pivanov/use-toggle-visibility": "0.0.1",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/metadata-builders": "0.7.0",
"@polkadot-api/view-builder": "0.3.3",
"@polkadot/react-identicon": "3.9.1",
"@polkadot/types": "12.2.3",
"@radix-ui/react-scroll-area": "1.1.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tooltip": "1.1.3",
"@shikijs/monaco": "1.10.0",
"@stylistic/eslint-plugin": "2.8.0",
"@stylistic/eslint-plugin-jsx": "2.8.0",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "3.8.2",
"@typescript/ata": "0.9.6",
"@vitejs/plugin-react-swc": "3.7.0",
"axios": "1.7.2",
"clsx": "2.1.1",
"date-fns": "^3.6.0",
"file-saver": "2.0.5",
"firebase": "10.14.0",
"monaco-editor": "0.50.0",
"nanoid": "5.0.7",
"pako": "2.1.0",
"polkadot-api": "1.4.1",
"prettier": "3.3.2",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-hot-toast": "2.4.1",
"react-resizable-panels": "2.0.19",
"react-router-dom": "6.24.0",
"react18-json-view": "0.2.8",
"scale-ts": "1.6.0",
"shiki": "1.10.0",
"styled-components": "6.1.12",
"sucrase": "3.35.0",
"tailwind-merge": "2.5.2",
"ts-node": "10.9.2",
"vite": "5.3.1",
"zustand": "4.5.4"
},
"devDependencies": {
"@pivanov/vite-plugin-svg-sprite": "2.1.0",
"@types/file-saver": "2.0.7",
"@types/pako": "2.0.3",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.13.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import-newlines": "1.4.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-unused-imports": "4.0.0",
"lint-staged": "15.2.7",
"rollup-plugin-visualizer": "5.12.0",
"tailwindcss": "3.4.4",
"terser": "5.31.1",
"typescript": "5.4.5",
"vite-plugin-pwa": "0.20.0",
"vite-plugin-static-copy": "1.0.6",
"vite-tsconfig-paths": "4.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}