-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "hyper-breeze-theme",
"description": "KDE Breeze-like theme for Hyper",
"author": "codipodi",
"license": "MIT",
"version": "0.0.0-development",
"homepage": "https://github.com/codipodi/hyper-breeze-theme#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/codipodi/hyper-breeze-theme.git"
},
"bugs": {
"url": "https://github.com/codipodi/hyper-breeze-theme/issues"
},
"keywords": [
"hyperterm",
"hyperterm-theme",
"hyper",
"hyper-theme",
"colors",
"theme",
"kde",
"breeze"
],
"scripts": {
"prepare": "husky install && webpack"
},
"main": "dist/main.js",
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-angular": "^12.0.1",
"@types/node": "^14.14.34",
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"css-loader": "^5.1.2",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"semantic-release": "^17.4.2",
"ts-loader": "^8.0.18",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"webpack": "^5.25.0",
"webpack-cli": "^4.5.0"
}
}