-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 964 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
34
35
36
37
38
{
"name": "sh",
"homepage": "https://sreesanth.me",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "npm run static && vue-tsc && vite build",
"preview": "vite preview",
"static": "esno scripts/github.ts"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"@shikijs/markdown-it": "^1.1.7",
"@vueuse/core": "^10.7.2",
"fast-glob": "^3.3.2",
"markdown-it": "^14.0.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"yaml": "^2.4.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.17",
"@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.17",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vue-tsc": "^2.0.29"
}
}