-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 KB
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
{
"name": "qmk_compile_keymap",
"description": "QMK Compile API Frontend",
"repository": "git@github.com:qmk/qmk_compile_keymap.git",
"author": "QMK <hello@qmk.fm>",
"license": "MIT",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix"
},
"dependencies": {
"@guolao/vue-monaco-editor": "^1.5.5",
"@vueuse/core": "^13.9.0",
"core-js": "^3.45.1",
"file-saver": "^2.0.5",
"roboto-fontface": "*",
"vue": "^3.5.22",
"vuetify": "^3.10.0"
},
"devDependencies": {
"@babel/types": "^7.28.4",
"@eslint/js": "^9.35.0",
"@fortawesome/fontawesome-free": "^7.0.1",
"@types/file-saver": "^2.0.7",
"@types/node": "^24.6.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/compiler-sfc": "^3.5.17",
"eslint": "^9.35.0",
"eslint-plugin-vue": "^10.4.0",
"globals": "^16.4.0",
"jiti": "^2.5.1",
"sass": "^1.92.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"unplugin-fonts": "^1.4.0",
"unplugin-vue-components": "^29.0.0",
"vite": "^7.1.11",
"vite-plugin-vuetify": "^2.1.2",
"vue-eslint-parser": "^10.0.0",
"vue-tsc": "^3.1.0"
}
}