-
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) · 1008 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1008 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": "b_component",
"version": "1.0.0",
"description": "easy-work components for every hard-work obj",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bayn-Web/Bayn-Web.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bayn-Web/Bayn-Web.github.io/issues"
},
"homepage": "https://github.com/Bayn-Web/Bayn-Web.github.io#readme",
"devDependencies": {
"@types/parallax-js": "^3.1.0",
"vuepress": "^1.9.9"
},
"engines": {
"node": "16.x"
},
"dependencies": {
"@vue/cli-plugin-typescript": "^5.0.8",
"@vuepress/client": "^2.0.0-beta.12",
"@vuepress/plugin-register-components": "^1.9.9",
"parallax-js": "^3.1.0",
"typescript": "^5.0.4",
"vue-magic-grid": "^0.0.4",
"vuepress-plugin-typescript": "^0.3.1"
}
}