forked from DominikSerafin/vuebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 949 Bytes
/
package.json
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
{
"name": "vuebar-vue3",
"description": "Vue directive for custom scrollbar that uses native scroll behavior. Lightweight, performant and without dependencies.",
"author": "Dominik Serafin <[email protected]>",
"license": "MIT",
"version": "0.0.2",
"private": false,
"repository": {
"type": "git",
"url": "[email protected]:PamposDev/vuebar-vue3.git"
},
"homepage": "https://github.com/PamposDev/vuebar-vue3",
"keywords": [
"vue",
"vue3",
"directive",
"scroll",
"scrollbar",
"native"
],
"main": "vuebar.js",
"scripts": {
"dev": "webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"cross-env": "^3.1.4",
"vue": "^3.1.0",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.2.0-rc.0"
}
}