-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 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
45
46
47
48
49
{
"name": "fr_sc-voice_net",
"version": "2.9.309",
"description": "SC-Voice.net (FR)",
"main": "src/index.mjs",
"private": false,
"dependencies": {
"ebt-vue3": "^2.54.22",
"vue": "^3.4.21",
"vuetify": "^3.5.11",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"json": "^11.0.0",
"vite": "^5.2.4",
"vite-plugin-vuetify": "^2.0.3",
"vue-cli-plugin-vuetify": "~2.5.1"
},
"scripts": {
"app:commit": "node_modules/ebt-vue3/scripts/app-commit.sh",
"app:dist": "node_modules/ebt-vue3/scripts/app-dist.sh",
"app:html": "node_modules/ebt-vue3/scripts/app-html.sh",
"app:pages": "node_modules/ebt-vue3/scripts/app-pages.sh",
"app:publish": "node_modules/ebt-vue3/scripts/app-publish.sh",
"app:version": "node node_modules/ebt-vue3/scripts/app-version.cjs",
"update:vuetify": "node_modules/ebt-vue3/scripts/app-update-vuetify",
"dev": "vite",
"serve": "vite preview",
"preview": "vite preview",
"vite": "vite",
"vite:build": "vite build",
"push-action": "node_modules/ebt-vue3/scripts/app-push-action.sh",
"schedule-action": "node_modules/ebt-vue3/scripts/app-schedule-action.sh"
},
"repository": {
"tag": "git"
},
"bin": {},
"keywords": [
"SuttaCentral",
"translation",
"EBT-Vue3",
"Voice"
],
"author": "Karl Lew",
"homepage": "https://github.com/sc-voice/ebt-site3",
"license": "MIT"
}