-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 901 Bytes
/
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
{
"name": "arabic-transcriptions",
"version": "0.0.0",
"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",
"arabscript": "^0.0.1",
"roboto-fontface": "*",
"vue": "^3.2.37",
"vuetify": "^3.0.0-beta.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.43",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/tsconfig": "^0.1.3",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"sass": "^1.53.0",
"typescript": "~4.7.4",
"vite": "^2.9.14",
"vite-plugin-vuetify": "^1.0.0-alpha.0",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-tsc": "^0.38.4"
}
}