-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
196 lines (196 loc) · 6.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"name": "lyricistant",
"productName": "Lyricistant",
"displayName": "Lyricistant",
"version": "3.4.7",
"license": "GPL-3.0-or-later",
"description": "An app that helps you to write the lyrics you want to!",
"author": {
"name": "Wardell Bagby",
"email": "dev@wardellbagby.com"
},
"repository": {
"type": "git",
"url": "git://github.com/wardellbagby/lyricistant.git"
},
"homepage": "https://github.com/wardellbagby/lyricistant",
"scripts": {
"lint": "eslint -c .eslintrc.js . && scripts/check/github_workflows.ts && scripts/check/run_configs.ts && scripts/check/unused_dependencies.ts && commitlint --from origin/main --to HEAD --verbose",
"lint-fix": "eslint -c .eslintrc.js . --fix && scripts/check/run_configs.ts --fix",
"prepare": "husky install"
},
"engines": {
"node": ">= 16"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@electron/notarize": "^2.5.0",
"@jest/types": "^29.6.1",
"@svgr/webpack": "^6.2.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/del": "^4.0.0",
"@types/diff-match-patch": "^1.0.32",
"@types/electron-debug": "^2.1.0",
"@types/eslint": "^8.4.2",
"@types/eslint-config-prettier": "^6.11.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/get-port": "^4.2.0",
"@types/gulp": "^4.0.17",
"@types/http-server": "^0.12.1",
"@types/inquirer": "^7.3.2",
"@types/internal-ip": "^4.1.0",
"@types/jest": "^28.1.8",
"@types/js-yaml": "^4.0.2",
"@types/json-stringify-safe": "^5.0.0",
"@types/lodash-es": "^4.17.5",
"@types/luxon": "^3.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^12.12.54",
"@types/prettier": "^2.0.2",
"@types/react": "^17.0.45",
"@types/react-beforeunload": "^2.1.0",
"@types/react-dom": "^18.0.9",
"@types/semver": "^7.3.9",
"@types/sinon": "^9.0.5",
"@types/sinon-chai": "^3.2.8",
"@types/sprintf-js": "^1.1.2",
"@types/syllable": "^4.1.0",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@wardellbagby/gh-workflow-gen": "^1.0.1",
"@wessberg/di-compiler": "^3.0.0",
"blob-polyfill": "^7.0.20220408",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"change-case": "^4.1.2",
"commander": "^8.0.0",
"commitizen": "^4.2.4",
"css-loader": "^5.2.6",
"cz-conventional-changelog": "^3.3.0",
"del": "^4.1.1",
"depcheck": "^1.4.3",
"dotenv": "^8.2.0",
"electron": "^33.3.1",
"electron-builder": "^25.1.8",
"electron-updater": "^6.3.9",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"file-loader": "^6.2.0",
"get-port": "^5.1.1",
"gulp": "^5.0.0",
"http-server": "^14.1.1",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"inquirer": "^8.1.1",
"internal-ip": "^4.3.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^28.1.1",
"jest-extended": "^2.0.0",
"jest-mock-extended": "^2.0.7",
"jest-process-manager": "^0.4.0",
"js-yaml": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"mocha": "^10.2.0",
"playwright": "^1.43.1",
"playwright-testing-library": "^4.5.0",
"prettier": "^2.6.2",
"prettier-plugin-jsdoc": "^0.3.38",
"raw-loader": "^4.0.2",
"resize-observer-polyfill": "^1.5.1",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",
"standard-changelog": "^2.0.27",
"style-loader": "^3.0.0",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"ts-react-display-name": "^1.2.2",
"ts-sinon": "^2.0.1",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tsimportlib": "^0.0.3",
"ttypescript": "^1.5.15",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@capacitor/android": "^6.2.0",
"@capacitor/app": "^6.0.2",
"@capacitor/core": "^6.2.0",
"@capacitor/device": "^6.0.2",
"@capacitor/ios": "^6.2.0",
"@capacitor/keyboard": "^6.0.3",
"@capacitor/status-bar": "^6.0.2",
"@codemirror/commands": "^6.8.0",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.4.5",
"@fontsource/roboto-mono": "^4.4.5",
"@lezer/generator": "^1.1.3",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.6",
"@octokit/rest": "^19.0.3",
"@wessberg/di": "^2.1.0",
"@xstate/react": "^3.0.0",
"axios": "^1.6.8",
"browser-fs-access": "^0.34.1",
"comlink": "^4.3.1",
"dictionary-en": "^3.2.0",
"diff-match-patch": "^1.0.5",
"electron-debug": "^4.1.0",
"electron-log": "^5.2.4",
"istextorbinary": "^5.11.0",
"jszip": "^3.10.0",
"lodash-es": "^4.17.21",
"luxon": "^3.0.1",
"markdown-to-jsx": "^7.1.3",
"mdi-material-ui": "^7.4.0",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-beforeunload": "^2.5.3",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"retext": "^8.1.0",
"retext-indefinite-article": "^4.3.0",
"retext-repeated-words": "^4.2.0",
"retext-spell": "^5.3.0",
"rxjs": "^6.6.2",
"semver": "^7.3.5",
"sprintf-js": "^1.1.2",
"syllable": "^4.1.0",
"tslib": "^2.4.0",
"use-debounce": "^8.0.2",
"wouter": "^2.10.0",
"xstate": "^4.32.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}