-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.19 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
{
"name": "pg-vue-vuetify",
"version": "0.0.0",
"type": "module",
"homepage": "https://pg-vue-vuetify.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/pinegrow/pg-vue-vuetify.git"
},
"scripts": {
"dev": "vite",
"now": "npm run build && npm run preview",
"lighthouse": "npx unlighthouse --no-cache --site https://pg-vue-vuetify.netlify.app",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite-ssg build",
"type-check": "vue-tsc --noEmit",
"lint": "npm run lint:fix && npm run format",
"lint:fix": "eslint --fix ./",
"format": "prettier --write \"**/*.{html,vue,svelte,astro,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,md,mdx,json}\" !public --ignore-path .gitignore"
},
"dependencies": {
"@unhead/schema": "^1.11.15",
"@unhead/schema-org": "^1.11.15",
"@unhead/vue": "^1.11.15",
"@vueuse/core": "^12.4.0",
"lite-youtube-embed": "^0.3.3",
"ofetch": "^1.4.1",
"pinia": "^2.3.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@iconify/json": "^2.2.294",
"@nuxt/eslint-config": "^0.7.5",
"@pinegrow/vite-plugin": "^3.0.69",
"@pinegrow/vuetify-plugin": "^3.0.54",
"@tsconfig/node22": "^22.0.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^22.10.5",
"@unocss/preset-icons": "^65.4.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.78.0",
"typescript": "^5.7.3",
"unocss": "^65.4.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-markdown": "^28.0.0",
"unplugin-vue-router": "^0.10.9",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.4",
"vite-ssg": "^25.0.0",
"vue-tsc": "^2.2.0"
},
"web-types": "web-types.json"
}