-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
47 lines (47 loc) · 1.22 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "vue-sticky",
"version": "3.3.4",
"description": "A directive to sticky element for vue.js.",
"main": "./dist/vue-sticky.js",
"scripts": {
"build": "webpack -p",
"dev": "webpack-dev-server --config ./webpack.example.config.js --inline --hot",
"remote-dev": "webpack-dev-server --config ./webpack.example.config.js --inline --hot --host",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/rguanghui/vue-sticky.git"
},
"author": "Guanghui Ren",
"contributors": [
{
"name": "Omar '0m4r' Adobati",
"email": "[email protected]",
"url": "https://github.com/0m4r"
}
],
"license": "ISC",
"keywords": [
"vue-sticky",
"sticky",
"vue-component",
"sticky-component"
],
"devDependencies": {
"buble": "^0.19.3",
"buble-loader": "^0.5.0",
"css-loader": "^0.28.11",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"style-loader": "^0.21.0",
"vue": "^2.5.16",
"vue-hot-reload-api": "^2.3.0",
"vue-loader": "15.0.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-serve": "^1.0.2"
}
}