forked from iqingting/vue-sticky
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "vue-sticky",
"version": "3.1.5",
"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",
"license": "ISC",
"keywords": [
"vue-sticky",
"sticky",
"vue-component",
"sticky-component"
],
"devDependencies": {
"buble": "^0.15.1",
"buble-loader": "^0.4.0",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"style-loader": "^0.13.0",
"vue": "^2.1.8",
"vue-hot-reload-api": "^1.2.2",
"vue-loader": "10.0.0",
"vue-template-compiler": "^2.1.8",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.2.0-rc.0"
}
}