-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "pocketbase-totp-vue",
"description": "A Vue example for pocketbase with totp",
"version": "1.0.8",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"notyf": "^3.10.0",
"pinia": "^2.0.22",
"pocketbase": "^0.19.0",
"qrcode.vue": "^3.4.1",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.11",
"cssnano": "^5.1.13",
"eslint": "^8.23.1",
"eslint-plugin-vue": "^9.5.1",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"sass": "^1.54.9",
"tailwindcss": "^3.1.8",
"vite": "^3.1.2",
"vite-svg-loader": "^3.6.0"
},
"keywords": [
"vue",
"vue3",
"vuejs",
"vue3js",
"boilerplate",
"template",
"router",
"vuerouter",
"vue-router",
"tailwind",
"tailwindcss",
"tailwind-css",
"pinia",
"svg",
"vue 3 boilerplate",
"vue3 boilerplate",
"vue 3 skeleton",
"vue3 skeleton",
"vue 3 starter",
"vue3 starter",
"vue 3 webpack boilerplate",
"vue3 webpack boilerplate",
"vue 3 webpack skeleton",
"vue3 webpack skeleton",
"vue 3 webpack starter",
"vue3 webpack starter",
"vue3 enterprise boilerplate",
"vue 3 enterprise boilerplate",
"vue3 enterprise skeleton",
"vue 3 enterprise skeleton",
"vue3 enterprise starter",
"vue 3 enterprise starter"
]
}