-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 868 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
{
"name": "hacklover-home",
"version": "0.0.1",
"homepage": "https://github.com/hacklover/hacklover-home",
"bugs": {
"url": "https://github.com/hacklover/hacklover-home/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hacklover/hacklover-home.git"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^1.2.5",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"p5": "^1.5.0",
"vue": "^3.2.45",
"vuex": "^4.1.0",
"vue-router": "^4.1.6",
"vuetify": "3.0.0-alpha.11"
},
"devDependencies": {
"@fontsource/oswald": "^4.5.12",
"@mdi/font": "^6.5.95",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.57.1",
"vite": "^4.0.4"
}
}