-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.44 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.44 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
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "SpankCard",
"version": "0.0.1",
"license": "AGPL-3.0",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"build:harness": "gulp build:harness",
"harness": "gulp serve:harness",
"lint": "tslint -t stylish -c ../common/tslint.json --project '.' vynos/**/*.ts"
},
"resolutions": {
"**/@types/react": "15.6.0",
"**/@types/react-router": "4.0.15",
"**/typescript-fsa": "2.3.1",
"**/bn.js": "4.11.7"
},
"devDependencies": {
"@machinomy/types-truffle-contract": "https://github.com/machinomy/types-truffle-contract",
"@types/html2canvas": "^0.5.35",
"@types/jasmine": "^2.5.52",
"@types/lodash": "^4.14.77",
"@types/node": "^8.0.31",
"@types/qr-image": "^3.2.0",
"@types/react": "15.6.0",
"@types/react-copy-to-clipboard": "4.2.3",
"@types/react-custom-scrollbars": "4.0.1",
"@types/react-dom": "15.5.1",
"@types/react-redux": "4.4.47",
"@types/react-router": "4.0.15",
"@types/react-router-dom": "4.0.8",
"@types/react-transition-group": "2.0.6",
"autoprefixer": "^7.1.1",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.4",
"dotenv": "^4.0.0",
"file-loader": "^0.11.2",
"gulp": "^3.9.1",
"gulp-cli": "^1.3.0",
"html-webpack-plugin": "^3.1.0",
"postcss-custom-properties": "^6.1.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-nesting": "^4.0.1",
"postcss-scss": "^1.0.2",
"sass-loader": "^6.0.6",
"semantic-ui-css": "^2.2.12",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"ts-loader": "^2.2.1",
"tslint": "^5.9.1",
"types-bn": "^0.0.1",
"types-ethereumjs-util": "^0.0.5",
"types-web3-provider-engine": "^0.0.2",
"typescript": "2.5.3",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"web3-typescript-typings": "https://github.com/machinomy/web3-typescript-typings",
"webpack": "^2.6.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"@types/classnames": "^2.2.3",
"@types/debug": "^0.0.30",
"@types/prop-types": "^15.5.2",
"bignumber.js": "^4.0.2",
"bip39": "^2.3.1",
"browser-passworder": "^2.0.3",
"buffer": "^5.0.6",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"debug": "^3.1.0",
"duplexify": "^3.5.0",
"eth-sig-util": "^1.2.1",
"ethereumjs-tx": "^1.3.1",
"ethereumjs-util": "^5.1.2",
"ethereumjs-wallet": "^0.6.0",
"events": "^1.1.1",
"localforage": "^1.5.0",
"localforage-observable": "^1.3.1",
"lodash": "^4.17.4",
"machinomy": "http://github.com/mslipper/machinomy#1698e7e5c4c0a2a46a8135275bccc4994eb28a63",
"moment": "^2.19.1",
"mux-demux": "^3.7.9",
"qr-image": "^3.2.0",
"react": "15.6.0",
"react-copy-to-clipboard": "^5.0.1",
"react-custom-scrollbars": "^4.1.2",
"react-dom": "^15.5.4",
"react-draggable": "^3.0.3",
"react-image": "^1.0.1",
"react-redux": "4.4.7",
"react-router-dom": "^4.1.2",
"react-router-transition": "^1.1.0",
"react-transition-group": "^2.2.1",
"readable-stream": "^2.3.2",
"redux": "3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "5.9.1",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.71.5",
"typescript-fsa": "2.3.1",
"typescript-fsa-reducers": "0.4.4",
"typescript-fsa-redux-thunk": "1.0.0",
"web3": "^0.19.0",
"web3-provider-engine": "13.6.6",
"web3-utils": "^1.0.0-beta.30"
}
}