-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.43 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
86
{
"name": "cold-crypto-web",
"version": "0.0.1",
"author": "Ducatur",
"license": "MIT",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "yarn test:tsc && yarn test:qrs-gen && yarn test:cypress",
"ci": "yarn test:tsc",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*",
"lint": "tslint 'src/**/*.{ts, tsx}'",
"test:cypress": "yarn test:qrs-gen && yarn cypress run --browser chrome",
"test:qrs-gen": "(cd cypress/fixtures && exec node generate_qr_codes.js)",
"test:tsc": "tsc --noEmit"
},
"dependencies": {
"@cypress/webpack-preprocessor": "^4.0.2",
"@emotion/core": "^10.0.0",
"axios": "^0.18.0",
"bn.js": "^4.11.8",
"connected-react-router": "^5.0.1",
"create-emotion": "^9.2.6",
"cypress": "^3.1.2",
"del": "^3.0.0",
"emotion": "^9.2.8",
"emotion-theming": "^10.0.0",
"eosjs": "^16.0.9",
"formik": "^1.3.2",
"history": "^4.7.2",
"jsqr": "^1.1.1",
"qrcode": "^1.3.2",
"qrcode.react": "^0.8.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-emotion": "^9.2.4",
"react-qr-reader": "^2.1.1",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-saga": "^0.16.2",
"ts-loader": "^5.3.1",
"typesafe-actions": "^2.0.4",
"videoshow": "^0.1.11",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"@types/history": "^4.7.2",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.10",
"@types/qrcode.react": "^0.8.1",
"@types/react": "^16.7.8",
"@types/react-dom": "^16.0.11",
"@types/react-qr-reader": "^2.1.1",
"@types/react-redux": "^6.0.10",
"@types/react-router-dom": "^4.3.1",
"@types/web3": "^1.0.12",
"fs-extra": "^7.0.1",
"fuse-box": "3.7.0-next.9",
"prettier": "^1.15.2",
"source-map-explorer": "^1.6.0",
"start-server-and-test": "^1.7.11",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.1"
},
"resolutions": {
"inherits": "https://github.com/MaxSvargal/inherits.git"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": ".",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}