-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 888 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 888 Bytes
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
{
"name": "akylas.github.io",
"version": "2.0.0",
"description": "Akylas Portfolio - Modern VitePress Website",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akylas/akylas.github.io.git"
},
"keywords": [
"portfolio",
"vitepress",
"akylas"
],
"author": "Akylas",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akylas/akylas.github.io/issues"
},
"homepage": "https://github.com/Akylas/akylas.github.io#readme",
"devDependencies": {
"axios": "^1.13.6",
"gray-matter": "^4.0.3",
"ufo": "^1.6.3",
"vitepress": "^1.6.4",
"vue": "^3.5.30"
},
"dependencies": {
"@octokit/rest": "^22.0.1",
"lucide-vue-next": "^0.577.0"
}
}