-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.36 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": "APL",
"description": "Advanced Project Launcher",
"author": "srdesigns",
"version": "0.1.2",
"private": true,
"main": "electron/index.js",
"homepage": "./",
"dependencies": {
"command-exists": "^1.2.2",
"electron-updater": "^2.16.1",
"express": "^4.16.2",
"firebase": "^4.6.2",
"node-jen": "^1.0.6",
"polished": "^1.9.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-loading": "^1.0.1",
"react-redux": "^5.0.6",
"react-scripts": "1.0.17",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"request": "^2.83.0",
"rimraf": "^2.6.2",
"styled-components": "^2.2.3",
"unzip": "^0.1.11"
},
"build": {
"appId": "APL.sr.com",
"mac": {
"icon": "electron/icon.icns"
},
"win": {
"icon": "electron/icon.ico"
},
"files": [
"electron",
"build",
"node_modules"
]
},
"scripts": {
"start": "PORT=3007 react-scripts start",
"build": "react-scripts build",
"elec:d": "DEV=true electron .",
"elec:p": "electron .",
"elec:b": "electron-builder",
"ship": "electron-builder -p always",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"electron": "^1.7.9",
"electron-builder": "^19.45.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
}
}