forked from oliverschwendener/ueli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.06 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
{
"name": "ueli",
"productName": "ueli",
"version": "8.25.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oliverschwendener/ueli"
},
"homepage": "https://ueli.app",
"author": {
"name": "Oliver Schwendener",
"email": "[email protected]",
"url": "https://github.com/oliverschwendener"
},
"description": "This is a keystroke launcher for Windows and macOS.",
"os": [
"win32",
"darwin"
],
"keywords": [
"keystroke",
"launcher",
"search",
"Windows",
"macOS"
],
"main": "./bundle/main.js",
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"bundle": "webpack --config webpack.config.js",
"start": "electron . --remote-debugging-port=9223",
"test": "jest --config jest.json --silent ."
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/jest": "^29.4.0",
"@types/node-powershell": "^3.1.0",
"@types/sqlite3": "^3.1.8",
"@types/vue-color": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"axios": "^1.2.4",
"color": "^4.2.3",
"electron": "^26.3.0",
"electron-builder": "^24.6.4",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.4",
"eslint": "^8.45.0",
"fuse.js": "^6.6.2",
"jest": "^29.4.0",
"mathjs": "^11.5.0",
"node-powershell": "^4.0.0",
"prettier": "^2.8.7",
"simple-plist": "^1.4.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.6.2",
"vue": "^2.7.14",
"vue-color": "^2.8.1",
"vue-eslint-parser": "^9.3.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"winston": "^3.8.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"bulma": "^0.9.4",
"bulma-extensions": "^6.2.7",
"lorem-ipsum": "^2.0.8"
}
}