-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 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
46
47
48
49
50
{
"name": "@y-bao/easy-bar",
"version": "1.0.4",
"description": "通用自定义scrollbar",
"main": "dist/easy-bar.common.js",
"files": [
"dist/*.js"
],
"scripts": {
"start": "rollup --config build/rollup.dev.js",
"build": "node build/rollup.prod.js"
},
"author": "ybao",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cssnano": "^3.10.0",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^4.1.0",
"rollup": "^0.56.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-postcss": "^1.5.1",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-watch": "^4.3.1",
"uglify-js": "^3.3.21"
},
"repository": {
"type": "git",
"url": "https://github.com/Y-bao/EasyBar.git"
},
"keywords": [
"scrollbar",
"scroll",
"vue"
],
"bugs": {
"url": "https://github.com/Y-bao/EasyBar/issues"
},
"homepage": "https://github.com/Y-bao/EasyBar#readme"
}