-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "vue-smooth-height",
"version": "1.6.3",
"description": "Transition a container elements height in response to data changes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/guanzo/vue-smooth-height.git"
},
"bugs": {
"url": "https://github.com/guanzo/vue-smooth-height/issues"
},
"unpkg": "dist/vue-smooth-height.min.js",
"homepage": "https://github.com/guanzo/vue-smooth-height",
"keywords": [
"vue",
"vuejs",
"transition",
"height",
"auto"
],
"main": "dist/vue-smooth-height.js",
"module": "src/index.js",
"scripts": {
"build": "webpack",
"prepublish": "npm run build"
},
"author": "guanzo [email protected]",
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"babel-loader": "^8.0.0-beta.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.10.1",
"webpack-cli": "^2.1.4",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"parse-css-transition": "0.0.1"
},
"peerDependencies": {
"vue": ">=2.x.x"
}
}