-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.47 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": "mounter_drive",
"productName": "Mounter Drive",
"copyright": "Copyright © 2018 Yoeven D Khemlani",
"version": "1.0.0",
"description": "Simple & Fast WebDav Client",
"author": "Yoeven D Khemlani",
"private": true,
"dependencies": {
"arraybuffer-to-buffer": "0.0.4",
"fbemitter": "^2.1.1",
"js-search": "^1.4.2",
"react": "^16.2.0",
"react-contexify": "^3.0.0-rc.2",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"request": "^2.85.0",
"request-progress": "^3.0.0",
"semantic-ui-react": "^0.78.3",
"webdav": "^1.5.0"
},
"homepage": "./",
"main": "public/electron.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"electron": "set ELECTRON_START_URL=http://localhost:3000 && electron .",
"pack": "build --dir",
"dist": "npm run build && build",
"postinstall": "install-app-deps"
},
"build": {
"appId": "com.electron.mounter_drive",
"win": {
"icon": "build/favicon.png",
"publisherName": "Dreaming Earth Studio"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"shortcutName": "Mounter Drive"
},
"directories": {
"buildResources": "public"
}
},
"devDependencies": {
"react-scripts": "1.1.1",
"electron": "^1.8.3",
"electron-builder": "^20.5.1"
}
}