-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "vegetable",
"description": "个人博客",
"homepage": "https://www.luosifa.top/blog/",
"private": true,
"version": "2.0.0",
"author": {
"name": "blog",
"email": "15536300457@163.com",
"url": "https://www.luosifa.top/blog/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/752337625/vegetable.git"
},
"bugs": {
"url": "https://github.com/752337625/vegetable/issues"
},
"engines": {
"node": ">=12"
},
"scripts": {
"bootstrap": "pnpm install",
"serve": "vuepress dev src",
"build": "vuepress build src --debug"
},
"devDependencies": {
"@types/gsap": "^3.0.0",
"@vuepress/client": "2.0.0-beta.61",
"less": "^4.1.3",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-plugin-search-pro": "2.0.0-beta.202",
"vuepress-theme-hope": "2.0.0-beta.202"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tensorflow-models/body-segmentation": "^1.0.1",
"@vueuse/shared": "^8.9.4",
"element-plus": "^2.2.9",
"gsap": "^3.11.5",
"socket.io-client": "^4.5.4"
}
}