forked from Joystream/pioneer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "pioneer",
"private": true,
"version": "0.0.1",
"description": "Governance app for Joystream DAO",
"repository": "[email protected]:Joystream/pioneer.git",
"license": "GPL-3.0-only",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"lint": "wsrun --package ui -c lint",
"build": "wsrun --fast-exit --stages -c build",
"build:storybook": "wsrun --fast-exit --stages -c --exlude ui build && wsrun --package ui -c build:storybook",
"storybook": "wsrun --package ui -c storybook",
"test": "wsrun --fast-exit --package ui -c test",
"ci-test": "NODE_OPTIONS=--max_old_space_size=7000 wsrun --fast-exit --package ui -c test",
"start": "wsrun --package ui -c start"
},
"dependencies": {
"eslint-plugin-import": "^2.23.4",
"wsrun": "^5.2.4"
},
"devDependencies": {
"eslint": "^7.29.0"
},
"resolutions": {
"@polkadot/api": "5.3.2",
"@polkadot/api-contract": "5.3.2",
"@polkadot/api-derive": "5.3.2",
"@polkadot/hw-ledger": "7.1.1",
"@polkadot/keyring": "7.1.1",
"@polkadot/networks": "7.1.1",
"@polkadot/rpc-core": "5.3.2",
"@polkadot/rpc-provider": "5.3.2",
"@polkadot/types": "5.3.2",
"@polkadot/types-known": "5.3.2",
"@polkadot/util": "7.1.1",
"@polkadot/util-crypto": "7.1.1",
"@polkadot/wasm-crypto": "4.2.1",
"bn.js": "^4.11.9"
},
"engines": {
"node": ">=14.0.0",
"yarn": "^1.22.0"
}
}