-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 2.84 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
{
"author": "zCloak",
"bugs": "https://github.com/zCloak-Network/credential-interface/issues",
"homepage": "https://github.com/zCloak-Network/credential-interface#readme",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/zCloak-Network/credential-interface.git"
},
"sideEffects": false,
"type": "commonjs",
"version": "0.18.1",
"workspaces": [
"packages/*"
],
"scripts": {
"build:release": "zcloak-ci-ghact-build",
"build:code": "NODE_ENV=production yarn zcloak-dev-build-ts",
"build": "yarn build:code",
"clean": "zcloak-dev-clean-build",
"lint": "zcloak-dev-run-lint",
"lint:css": "stylelint './packages/**/src/**/*.tsx'",
"start": "yarn clean && cd packages/app && yarn webpack serve --config webpack.serve.cjs --port 3000",
"test": "zcloak-dev-run-test --coverage --forceExit --runInBand --testPathIgnorePatterns e2e",
"test:one": "zcloak-dev-run-test --detectOpenHandles --forceExit"
},
"resolutions": {
"@polkadot/api": "^9.1.1",
"@polkadot/api-augment": "^9.1.1",
"@polkadot/api-base": "^9.1.1",
"@polkadot/api-contract": "^9.1.1",
"@polkadot/api-derive": "^9.1.1",
"@polkadot/hw-ledger": "^10.1.3",
"@polkadot/keyring": "^10.1.3",
"@polkadot/networks": "^10.1.3",
"@polkadot/phishing": "^0.13.61",
"@polkadot/rpc-augment": "^9.1.1",
"@polkadot/rpc-core": "^9.1.1",
"@polkadot/rpc-provider": "^9.1.1",
"@polkadot/types": "^9.1.1",
"@polkadot/types-augment": "^9.1.1",
"@polkadot/types-codec": "^9.1.1",
"@polkadot/types-create": "^9.1.1",
"@polkadot/types-known": "^9.1.1",
"@polkadot/types-support": "^9.1.1",
"@polkadot/util": "^10.1.3",
"@polkadot/util-crypto": "^10.1.3",
"@polkadot/wasm-crypto": "^6.3.1",
"babel-core": "^7.18.10",
"typescript": "^4.7.3"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.18.9",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@kiltprotocol/sdk-js": "^0.28.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.94",
"@mui/material": "^5.10.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "^28.1.6",
"@types/moment": "^2.13.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/ua-parser-js": "^0.7.36",
"@zcloak/dev": "^0.1.1",
"@zcloak/service": "^0.2.1",
"concurrently": "^7.2.1",
"devtron": "^1.4.0",
"material-ui-popup-state": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"source-map-explorer": "^2.5.2",
"stylelint": "^14.9.1",
"stylelint-config-recommended": "^8.0.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}