-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
45
46
47
48
{
"name": "bibleistika",
"type": "module",
"version": "1.0.5",
"description": "A basic template for building a new Vue 3 web application using the latest technologies and best practices",
"license": "MIT",
"homepage": "https://github.com/vuesence/vue-webapp",
"repository": {
"type": "git",
"url": "https://github.com/vuesence/vue-webapp.git"
},
"bugs": {
"url": "https://github.com/vuesence/vue-webapp/issues"
},
"keywords": [
"vue",
"vite",
"website",
"webapp",
"template",
"scaffold"
],
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build:tsc": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:fix1": "eslint src/composables/useTouchSwipe.ts --fix"
},
"dependencies": {
"@floating-ui/dom": "^1.6.7",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.6.0",
"eslint-plugin-vuejs-accessibility": "^2.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-html-injection": "^1.4.2",
"vue-tsc": "^2.0.26"
}
}