-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
129 lines (129 loc) · 4.19 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "sleuth",
"productName": "Sleuth",
"version": "3.8.0",
"description": "Slack Log Viewer",
"main": "./dist/src/main/index.js",
"engines": {
"node": ">=22"
},
"scripts": {
"tsc": "tsc -p tsconfig.json --noEmit",
"lint": "npm run tsc && eslint . --ignore-path .gitignore && prettier --check .",
"package": "cross-env DISABLE_V8_COMPILE_CACHE=1 electron-forge package",
"make": "cross-env DISABLE_V8_COMPILE_CACHE=1 electron-forge make",
"parcel:build": "node ./tools/parcel-build.js",
"parcel:watch": "node ./tools/parcel-watch.js",
"publish": "cross-env DISABLE_V8_COMPILE_CACHE=1 electron-forge publish",
"start": "rimraf ./dist && cross-env DISABLE_V8_COMPILE_CACHE=1 electron-forge start",
"test": "jest --config=jest.json --coverage --runInBand",
"update-snapshots": "jest --config=jest.json --updateSnapshot",
"catapult:update": "git submodule foreach git pull origin master",
"postinstall": "patch-package",
"lint:fix": "npm run tsc && eslint . --fix --ignore-path .gitignore && prettier . --write",
"prepare": "husky"
},
"keywords": [],
"author": "Felix Rieseberg <[email protected]>",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@blueprintjs/core": "^3.36.0",
"@blueprintjs/datetime": "^3.20.0",
"@blueprintjs/select": "^3.15.0",
"antd": "^5.6.3",
"chart.js": "3.5.0",
"chartjs-adapter-date-fns": "^2.0.0",
"chartjs-plugin-zoom": "^1.1.1",
"classnames": "2.2.6",
"date-fns": "^2.16.1",
"debug": "4.3.1",
"electron-devtools-installer": "3.2.0",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "5.0.3",
"fs-extra": "9.0.1",
"jsonic": "1.0.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"mobx": "5.15.7",
"mobx-react": "6.3.0",
"prettier": "^3.0.0",
"react": "^17.0.1",
"react-autobind": "^1.0.6",
"react-dom": "^17.0.1",
"react-json-tree": "0.18.0",
"react-keydown": "1.9.12",
"react-virtualized": "^9.22.4",
"tmp": "0.2.1",
"tslib": "^2.8.1",
"update-electron-app": "^2.0.1",
"yauzl": "2.10.0"
},
"devDependencies": {
"@electron-forge/cli": "7.6.0",
"@electron-forge/maker-deb": "7.6.0",
"@electron-forge/maker-rpm": "7.6.0",
"@electron-forge/maker-squirrel": "7.6.0",
"@electron-forge/maker-zip": "7.6.0",
"@electron-forge/plugin-auto-unpack-natives": "7.6.0",
"@electron-forge/publisher-github": "7.6.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/classnames": "^2.2.11",
"@types/date-fns": "^2.6.0",
"@types/debug": "4.1.5",
"@types/fs-extra": "^9.0.4",
"@types/http-proxy": "^1.17.14",
"@types/jest": "^29.5.2",
"@types/lz-string": "^1.3.34",
"@types/node": "^20.11.0",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.56",
"@types/react-addons-css-transition-group": "^15.0.5",
"@types/react-dom": "^17.0.0",
"@types/react-virtualized": "^9.21.10",
"@types/semver": "^7.3.4",
"@types/testing-library__jest-dom": "^5.14.2",
"@types/tmp": "0.2.0",
"@types/yauzl": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cross-env": "^7.0.3",
"devtools-frontend-prebuilt": "1.2.0-beta2",
"electron": "31.1.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"http-proxy": "^1.18.1",
"husky": "^9.0.0",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"less": "^3.12.2",
"lint-staged": "^15.2.11",
"node-abi": "^3.45.0",
"parcel-bundler": "^1.12.4",
"patch-package": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "5.1.6"
},
"optionalDependencies": {
"cachetool": "^1.1.2"
},
"resolutions": {
"@types/react": "16.14.43",
"mobx-react-lite": "2.2.0",
"@electron/rebuild": "3.6.2"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --fix --ignore-path .gitignore",
"prettier --write"
],
"*.{yml,yaml}": [
"prettier --write"
]
}
}