forked from TalismanSociety/talisman-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 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
{
"private": true,
"name": "talisman-web",
"license": "GPL-3.0-or-later",
"packageManager": "yarn@4.2.2",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"postinstall": "husky install",
"dev": "yarn turbo run dev --concurrency 13",
"dev:swap": "yarn turbo run dev --filter=swap --concurrency 13",
"build": "yarn turbo run build",
"test": "yarn turbo run test",
"lint": "yarn turbo run lint",
"check-types": "yarn turbo run check-types",
"e2e": "yarn turbo run e2e",
"storybook": "yarn turbo run storybook --concurrency 13",
"build-storybook": "yarn turbo run storybook"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"eslint": "^9.2.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"turbo": "^1.13.3"
},
"resolutions": {
"@polkadot/api-augment": "^12.0.2",
"@polkadot/api-derive": "^12.0.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/rpc-augment": "^12.0.2",
"@polkadot/types": "^12.0.2",
"@polkadot/types-augment": "^12.0.2",
"@polkadot/types-codec": "^12.0.2",
"@polkadot/types-create": "^12.0.2",
"@polkadot/types-known": "^12.0.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/wasm-crypto-wasm": "^7.3.2",
"@types/react": "^18.2.57",
"json-stream-stringify": "2.0.4",
"recoil@^0.7.7": "patch:recoil@npm%3A0.7.7#./.yarn/patches/recoil-npm-0.7.7-4452f58b67.patch",
"threads@^1.7.0": "patch:threads@npm%3A1.7.0#./.yarn/patches/threads-npm-1.7.0-c432dbb3e9.patch"
}
}