This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.82 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
{
"private": true,
"engines": {
"yarn": "^1.10.1"
},
"workspaces": [
"packages/*"
],
"resolutions": {
"@polkadot/api": "^1.11.0-beta.32",
"@polkadot/api-contract": "^1.11.0-beta.32",
"@polkadot/keyring": "^2.8.1",
"@polkadot/types": "^1.11.0-beta.32",
"@polkadot/util": "^2.8.1",
"@polkadot/util-crypto": "^2.8.1",
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.8.3"
},
"scripts": {
"build": "yarn polkadot-dev-build-ts",
"publish-react-all": "./scripts/publish-react-all.sh",
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "jest --testPathIgnorePatterns e2e"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@polkadot/ts": "^0.3.18",
"@types/bn.js": "^4.11.6",
"@types/chart.js": "^2.9.19",
"@types/file-saver": "^2.0.1",
"@types/i18next": "^13.0.0",
"@types/jest": "^25.2.1",
"@types/react-beautiful-dnd": "^12.1.2",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.6",
"@types/react-router-dom": "^5.1.4",
"@types/react-tooltip": "^3.11.0",
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.0",
"@types/styled-theming": "^2.2.2",
"i18next-scanner": "^2.11.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"stylelint": "^13.3.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-plugin-serve": "^0.12.1",
"ts-node": "^8.0.0"
},
"dependencies": {
"@polkadot/dev": "^0.32.17",
"typescript": "^3.8.3"
}
}