-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "qmk_browser",
"description": "QMK Keyboard Browser",
"repository": "[email protected]:qmk/qmk_browser.git",
"author": "QMK <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"core-js": "^3.34.0",
"roboto-fontface": "*",
"vue": "^3.5.10",
"vue3-shortkey": "^4.0.0",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.22.0",
"sass": "1.77.6",
"typescript": "^5.4.2",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.8",
"vite-plugin-vuetify": "^2.0.4",
"vue-router": "^4.4.5",
"vue-tsc": "^2.0.6"
}
}