This repository has been archived by the owner on Jan 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "warframe-rewards-evaluater",
"version": "1.0.0",
"main": "./dist/js/main.js",
"license": "MIT",
"author": {
"name": "Clemens Himmer",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/tarekis/warframe-rewards-evaluator.git"
},
"bugs": {
"url": "https://github.com/tarekis/warframe-rewards-evaluator/issues",
"email": "[email protected]"
},
"dependencies": {
"@types/tesseract.js": "0.0.2",
"cross-env": "^5.0.0",
"desktop-screenshot": "^0.1.1",
"electron": "^1.8.8",
"electron-json-storage": "^3.0.1",
"material-ui": "^0.17.1",
"node-fetch": "^1.6.3",
"node-uuid": "^1.4.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-tap-event-plugin": "^2.0.1",
"react-typist": "^1.0.3",
"redux": "^3.6.0",
"sharp": "^0.17.2",
"string-similarity": "^1.1.0",
"tesseract.js": "^1.0.19",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"@types/electron": "^1.4.33",
"@types/electron-json-storage": "0.0.19",
"@types/react": "^15.0.3",
"@types/react-dom": "^0.14.21",
"@types/react-redux": "^4.4.37",
"@types/whatwg-fetch": "0.0.33",
"del": "^2.2.2",
"electron-rebuild": "^1.5.7",
"ncp": "^2.0.0",
"typescript": "^2.2.1"
},
"scripts": {
"start": "cross-env NODE_ENV=production node_modules/.bin/electron .",
"test": "node_modules/.bin/electron .",
"build": "node scripts/build && tsc --outDir dist/js",
"restart": "npm run build && npm run start",
"retest": "npm run build && npm run test",
"lint": "tslint tslint.json --project tsconfig.json"
}
}