This repository was archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.78 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
{
"name": "tsuru",
"version": "0.1.0",
"private": true,
"main": "src/main/electron-starter.js",
"homepage": "./",
"dependencies": {
"about-window": "^1.10.0",
"electron-json-storage": "^4.0.2",
"es6-promisify": "^5.0.0",
"log": "^1.4.0",
"oauth": "^0.9.15",
"opn": "^5.2.0",
"request": "^2.83.0",
"safe-buffer": "^5.1.1",
"snyk": "^1.75.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage",
"test-watch": "react-scripts test --env=jsdom",
"electron": "electron .",
"dev": "nf start",
"flow": "flow",
"package": "electron-packager . Tsuru --platform=all --arch=x64 --prune --out=release --overwrite",
"release": "node ./build-script/build",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"adm-zip": "^0.4.9",
"asar": "^0.14.3",
"colors": "^1.2.3",
"del": "^3.0.0",
"dotenv": "^4.0.0",
"electron": "^1.8.6",
"electron-load-devtool": "^1.0.0",
"electron-packager": "^10.1.2",
"flow-bin": "^0.61.0",
"foreman": "^2.0.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"material-ui": "^1.0.0-beta.44",
"material-ui-icons": "^1.0.0-beta.36",
"query-string": "^5.1.0",
"react": "^16.3.2",
"react-devtools": "^3.1.0",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-scripts": "1.1.1",
"react-virtualized": "^9.18.5",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-actions": "^2.3.0",
"redux-devtools": "^3.4.1",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"styled-components": "^3.2.6",
"targz": "^1.0.1",
"webpack": "^3.11.0"
},
"snyk": true
}