-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.55 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
50
51
52
53
54
55
56
57
{
"name": "gabcvit website",
"private": true,
"version": "2.2.0",
"type": "module",
"author": {
"name": "Gabriel Vitali",
"email": "vitali.gabriel@gmail.com",
"url": "https://gabcvit.dev/"
},
"scripts": {
"dev": "vite",
"build": "vite-ssg build && npm run rss && npm run add-cname",
"deploy": "npm run build && gh-pages -d dist",
"lint": "eslint .",
"test": "npx cypress run",
"preview": "vite preview",
"rss": "tsx scripts/update-rss.ts",
"add-cname": "tsx scripts/add-cname.ts"
},
"dependencies": {
"gh-pages": "^6.2.0",
"nprogress": "^0.2.0",
"vite": "^6.4.1",
"vue": "3.5.26",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.2.0",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/parser": "^8.57.2",
"@unhead/vue": "^2.0.9",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-typescript": "^14.6.0",
"autoprefixer": "^10.4.21",
"cypress": "^14.4.0",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^10.0.0",
"feed": "^5.1.0",
"fs-extra": "^11.3.0",
"globals": "^16.0.0",
"gray-matter": "^4.0.3",
"postcss": "^8.5.6",
"tailwind": "^4.0.0",
"tailwindcss": "^3.1.8",
"tsx": "^4.19.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.32.1",
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-markdown": "^28.1.0",
"unplugin-vue-router": "^0.12.0",
"vite-plugin-sitemap": "^0.8.2",
"vite-ssg": "^27.0.1",
"vue-tsc": "^3.2.2"
}
}