-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "jasper",
"private": true,
"version": "1.1.3",
"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/dev/src/index.cjs",
"scripts": {
"setup": "./script/setup.sh",
"start": "npm run build:dev && JASPER=DEV electron .",
"build:dev": "./script/build-dev.sh",
"build:release": "./script/build-release/build-release.sh",
"tsc:watch": "npx tsc --watch --noEmit"
},
"dependencies": {
"@mdi/font": "^5.5.55",
"dayjs": "1.11.0",
"diff": "3.5.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": "5.0.5",
"styled-components": "5.1.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@electron/packager": "^18.4.4",
"@electron/rebuild": "^4.0.1",
"@types/react": "16.9.43",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "5.1.24",
"@types/uuid": "^8.3.4",
"electron": "^37.4.0",
"esbuild": "^0.25.9",
"typescript": "^5.9.2"
}
}