-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"name": "jour-electron",
"version": "0.0.1",
"description": "A simple diary app.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bsb -make-world -w",
"build": "bsb -make-world && electron-packager . Jour --platform=darwin --icon=assets/icon/mac/jour.icns --overwrite=true",
"clean": "bsb -clean-world",
"electron": "electron . --icon=assets/icon/mac/jour.icns"
},
"keywords": [],
"author": "eldh",
"license": "MIT",
"dependencies": {
"bs-director": "^0.0.6",
"bs-glamor": "^0.1.3",
"bs-node": "github:buckletypes/bs-node",
"bs-platform": "^3.0.0",
"electron-reload": "^1.2.2",
"npm-check-updates": "^2.14.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"reason-react": "^0.3.4",
"upgrade-reason-react-to-031": "git+https://github.com/chenglou/upgrade-reason-react-to-031.git"
},
"devDependencies": {
"concurrently": "^3.5.1",
"electron": "^1.8.4",
"electron-builder": "^20.10.0",
"electron-packager": "^12.0.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"prettier": "^1.12.1",
"webpack": "^4.6.0"
}
}