-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1011 Bytes
/
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
{
"name": "contracktor",
"version": "0.0.1",
"description": "GUI tool to help contractors track time",
"main": "src/index.js",
"scripts": {
"start": "electron -r babel-register .",
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"keywords": [
"remote",
"contractors",
"time",
"tracking",
"time",
"tracking"
],
"author": "David Harker <david@dhharker.net>",
"license": "MIT",
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.24.1",
"electron": "^1.8.6",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router-dom": "^4.1.1",
"snyk": "^1.316.1"
},
"devDependencies": {
"babel-preset-electron": "^1.4.15"
},
"snyk": true
}