-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "doorbell",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"build-only": "vite build",
"dev": "vite",
"preview": "vite preview --port 4173",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@mdi/font": "5.9.55",
"axios": "^1.0.0",
"roboto-fontface": "*",
"vue": "^3.2.38",
"vue-router": "^4.1.5",
"vuetify": "^3.0.0-beta.13",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@types/node": "^16.11.56",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.9",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-tsc": "^0.40.7"
},
"_id": "[email protected]",
"readme": "ERROR: No README data found!"
}