-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "io.github.andrepg",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"test:unit": "vitest",
"lint": "eslint -c eslint.config.js",
"lint:fix": "eslint -c eslint.config.js --fix",
"format": "prettier --write src/",
"prebuild": "yarn build-sitemap",
"build-sitemap": "tsx src/sitemap/sitemap.ts"
},
"dependencies": {
"front-matter": "^4.0.2",
"prismjs": "^1.30.0",
"vite-plugin-prismjs": "^0.0.11",
"vue": "^3.5.27",
"vue-router": "^5.0.2",
"xml": "^1.0.1"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/prismjs": "^1.26.5",
"@types/xml": "^1.0.11",
"@vitejs/plugin-vue": "^6.0.4",
"@vitejs/plugin-vue-jsx": "^5.1.4",
"daisyui": "^5.5.18",
"eslint": "^9.17.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.7.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"vite-plugin-markdown": "^2.2.0",
"vue-eslint-parser": "^10.2.0"
}
}