-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "app-unexpected-keyboard-layout-editor",
"description": "A tool for creating layouts for the Unexpected Keyboard for Android devices.",
"version": "0.1.0",
"author": {
"name": "Lixquid",
"url": "https://lixquid.com"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "vite --port 8080",
"build": "vite build",
"lint": "tsc --noEmit --pretty && prettier --check src"
},
"dependencies": {
"@types/xml2js": "^0.4.11",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.10.5",
"preact": "^10.19.3",
"prettier": "^3.1.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"xml2js": "^0.5.0",
"zod": "^3.22.4"
},
"prettier": {
"printWidth": 80,
"tabWidth": 4
},
"devDependencies": {
"buffer": "^5.7.1",
"events": "^3.3.0",
"process": "^0.11.10",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"timers": "^0.1.1",
"timers-browserify": "^2.0.12"
}
}