-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 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
{
"name": "vuepress-theme-vuescroll",
"version": "0.0.47",
"description": "Allow you to customize scrollbars in Vuepress",
"main": "./transformed/index.js",
"keywords": [
"vue",
"vuepress",
"vuescroll"
],
"scripts": {
"build": "babel src --out-dir transformed",
"eject": "vuepress eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YvesCoding/vuepress-theme-vuepress.git"
},
"author": "Yves Wang",
"license": "MIT",
"dependencies": {
"@babel/preset-env": "^7.0.0",
"vuepress": "^0.14.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.1.1",
"webpack": "^3.0.0"
}
}