-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.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
{
"name": "electron-anne-pro",
"version": "0.1.0",
"private": true,
"main": "public/index.js",
"description": "Anne Pro Keyboard Configurator",
"author": "Felipe Coury <felipe.coury@gmail.com>",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"electron-dev": "electron .",
"electron-pack": "build --win --mac --em.main=build/index.js",
"preelectron-pack": "yarn build"
},
"homepage": "./",
"build": {
"productName": "Gistia Tempo",
"appId": "com.gistia.tempo",
"icon": "public/tempo.icns",
"files": [
"build/**/*",
"node_modules/**/*"
],
"directories": {
"buildResources": "assets"
}
},
"dependencies": {
"@blueprintjs/core": "1.32.0",
"classnames": "2.2.5",
"electron-debug": "1.4.0",
"electron-is-dev": "0.3.0",
"electron-reload": "1.2.2",
"electron-store": "1.3.0",
"electron-unhandled": "0.2.0",
"flexboxgrid": "6.3.1",
"gistia-jira-client": "0.1.0",
"http-debug": "0.1.2",
"lodash": "4.17.4",
"react": "0.14.1",
"react-addons-css-transition-group": "15.6.2",
"react-dom": "0.14.1",
"react-router": "3",
"react-scripts": "1.0.14",
"shortid": "2.2.8"
},
"devDependencies": {
"concurrently": "3.5.0",
"electron": "1.7.9",
"electron-builder": "19.40.0",
"wait-on": "2.0.2"
}
}