forked from jasperapp/jasper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.61 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.61 KB
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
{
"name": "jasper",
"private": true,
"version": "1.0.2",
"description": "A flexible and powerful issue reader for GitHub",
"author": "h13i32maru",
"homepage": "https://jasperapp.io",
"repository": {
"type": "git",
"url": "https://github.com/jasperapp/jasper"
},
"keywords": [],
"main": "out/src/index.js",
"scripts": {
"mac:run": "npm run mac:copy-icon && JASPER=DEV ./node_modules/.bin/electron ./",
"mac:build": "./script/mac/build.sh",
"mac:copy-icon": "cp ./misc/logo/jasper-dev.icns ./node_modules/electron/dist/Electron.app/Contents/Resources/electron.icns",
"win:run": "./node_modules/.bin/electron ./",
"win:build": "./script/win/build.sh",
"linux:run": "./node_modules/.bin/electron ./",
"linux:build": "./script/linux/build.sh",
"tsc:watch": "./script/tsc/watch.sh",
"env:setup": "./script/env/setup.sh"
},
"dependencies": {
"@mdi/font": "^5.5.55",
"darkreader": "^4.9.17",
"diff": "3.5.0",
"electron-squirrel-startup": "^1.0.0",
"electron-window-state": "^5.0.3",
"escape-html": "1.0.3",
"react": "16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "16.13.1",
"semver": "5.5.1",
"sqlite3": "^4.1.1",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@types/react": "16.9.43",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.2",
"electron": "^10.1.0",
"electron-notarize": "^0.1.1",
"electron-packager": "^15.1.0",
"electron-rebuild": "^2.0.1",
"electron-winstaller": "^4.0.1",
"typescript": "3.9.6"
}
}