-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.62 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.62 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"author": "Kami G. Ekbatanifard <ekbatanifard@gmail.com>",
"bugs": "https://github.com/polkagate/configs/issues",
"description": "Into the Polkadot network via PolkaGate",
"engines": {
"node": ">=20.19.5"
},
"homepage": "https://github.com/polkagate/configs#readme",
"license": "Apache-2.0",
"name": "polkagate-configs",
"packageManager": "yarn@3.2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/polkagate/configs.git"
},
"sideEffects": false,
"type": "module",
"version": "1.1.1",
"versions": {
"git": "1.1.1",
"npm": "1.1.1"
},
"workspaces": [
"packages/apps-config"
],
"main": "packages/apps-config/index.js",
"scripts": {
"analyze": "yarn clean && BUILD_ANALYZE=1 yarn run build:code && yarn source-map-explorer packages/apps/build/app.*.js",
"build": "yarn run build:code && yarn run postbuild",
"build:before": "yarn build:images && yarn build:typesBundle",
"build:code": "NODE_ENV=production yarn polkadot-dev-build-ts",
"build:images": "node scripts/imgConvert.mjs",
"build:publish": "cd packages/apps-config/build && npm publish --auth-type=web --access public --loglevel verbose --foreground-scripts",
"build:typesBundle": "polkadot-dev-run-test --env node --loader extensionless typesBundle",
"ci:chainEndpoints": "polkadot-dev-run-test --env node --logfile .github/chain-endpoints.md packages/apps-config/src/ci/chainEndpoints",
"ci:chainTypes": "echo ok",
"clean": "polkadot-dev-clean-build",
"docs": "echo \"skipping docs\"",
"lint": "polkadot-dev-run-lint",
"postbuild": "cp packages/apps-config/README.md LICENSE packages/apps-config/package.json packages/apps-config/build/",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --env browser ^typesBundle ^chainEndpoints ^chainTypes ^page- ^react-",
"test:skipped": "echo 'tests skipped'"
},
"devDependencies": {
"@crustio/crust-pin": "^1.0.0",
"@pinata/sdk": "^1.2.1",
"@polkadot/dev": "^0.78.4",
"@types/chart.js": "^2.9.41",
"@types/file-saver": "^2.0.7",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/store": "^2.0.5",
"concurrently": "^8.2.2",
"devtron": "^1.4.0",
"dnslink-cloudflare": "^3.0.0",
"extensionless": "^1.9.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"source-map-explorer": "^2.5.3"
},
"resolutions": {
"@polkadot/api": "^11.2.1",
"@polkadot/api-augment": "^11.2.1",
"@polkadot/api-base": "^11.2.1",
"@polkadot/api-contract": "^11.2.1",
"@polkadot/api-derive": "^11.2.1",
"@polkadot/hw-ledger": "^12.6.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/phishing": "^0.22.1",
"@polkadot/rpc-augment": "^11.2.1",
"@polkadot/rpc-core": "^11.2.1",
"@polkadot/rpc-provider": "^11.2.1",
"@polkadot/types": "^11.2.1",
"@polkadot/types-augment": "^11.2.1",
"@polkadot/types-codec": "^11.2.1",
"@polkadot/types-create": "^11.2.1",
"@polkadot/types-known": "^11.2.1",
"@polkadot/types-support": "^11.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/x-bigint": "^12.6.2",
"@polkadot/x-fetch": "^12.6.2",
"@polkadot/x-global": "^12.6.2",
"@polkadot/x-randomvalues": "^12.6.2",
"@polkadot/x-textdecoder": "^12.6.2",
"@polkadot/x-textencoder": "^12.6.2",
"@polkadot/x-ws": "^12.6.2",
"typescript": "^5.3.3"
}
}