forked from misskey-dev/misskey-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 744 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
{
"name": "misskey-hub",
"version": "0.0.0",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misskey-dev/misskey-hub.git"
},
"devDependencies": {
"@types/three": "^0.143.0",
"@types/tinycolor2": "^1.4.3",
"@vuepress/plugin-register-components": "^2.0.0-beta.49",
"@vuepress/plugin-search": "^2.0.0-beta.49",
"execa": "^5.1.1",
"meshline": "^2.0.4",
"three": "^0.143.0",
"tinycolor2": "^1.4.2",
"vuepress": "^2.0.0-beta.49"
},
"dependencies": {
"@tabler/icons-vue": "^2.1.2",
"deepmerge": "^4.2.2",
"element-plus": "^2.2.14",
"glob": "^7.2.0",
"json5": "^2.2.1"
}
}