-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 973 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
{
"name": "accessible-vue-starter",
"description": "An Accessible Starter Theme for Vue 3 + Vite including accessiblity features such as landmarks, better focus-outline and skip-links navigation.",
"version": "0.0.2",
"author": "Mark Teekman",
"homepage": "https://accessible-vue.dev",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/head": "^1.0.18",
"accessible-vue-components": "^0.1.5",
"nprogress": "^0.2.0",
"pinia": "^2.0.25",
"sass": "^1.56.1",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify/json": "^2.1.141",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"unplugin-icons": "^0.14.13",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-vue-layouts": "^0.7.0"
}
}