forked from oliverschwendener/ueli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.99 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
{
"name": "ueli",
"productName": "ueli",
"version": "7.2.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oliverschwendener/ueli"
},
"homepage": "https://ueli.oliverschwendener.ch",
"author": {
"name": "Oliver Schwendener",
"email": "[email protected]",
"url": "https://github.com/oliverschwendener"
},
"description": "A keystroke launcher for Windows and macOS",
"os": [
"win32",
"darwin"
],
"keywords": [
"keystroke",
"launcher",
"search",
"Windows",
"macOS"
],
"main": "./bundle/main.js",
"scripts": {
"bundle": "./node_modules/.bin/webpack",
"bundle:watch": "./node_modules/.bin/webpack --watch",
"start": "./node_modules/.bin/electron . --remote-debugging-port=9223",
"lint": "./node_modules/.bin/tslint --project tsconfig.json --config tslint.json",
"lint:fix": "./node_modules/.bin/tslint --project tsconfig.json --config tslint.json --fix",
"test": "./node_modules/.bin/jest --config jest.json --silent .",
"tsc:validate": "./node_modules/.bin/tsc --noEmit",
"package:dir": "./node_modules/.bin/electron-builder --dir --config electron-builder-config.yml --publish never"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.130",
"@types/mathjs": "^5.0.1",
"@types/vue-color": "^2.4.2",
"app2png": "https://github.com/oliverschwendener/app2png",
"axios": "^0.18.0",
"electron": "^5.0.1",
"electron-builder": "^20.40.2",
"electron-store": "^3.2.0",
"fuse.js": "^3.4.4",
"jest": "^24.8.0",
"lodash": "^4.17.11",
"mathjs": "^5.10.3",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.1",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"vue": "^2.6.10",
"vue-color": "^2.7.0",
"webpack": "^4.32.0",
"webpack-cli": "^3.3.2",
"winston": "^3.2.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.2",
"bulma": "^0.7.5",
"bulma-extensions": "^6.2.7"
}
}