forked from guanzo/vue-smooth-reflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "vue-smooth-reflow",
"version": "0.1.7",
"description": "Transition reflow in response to vue data changes.",
"scripts": {
"build": "webpack",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/guanzo/vue-smooth-reflow.git"
},
"peerDependencies": {
"vue": ">=2.x.x"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"webpack": "^4.10.1",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^2.1.4"
},
"module": "dist/vue-smooth-reflow.min.js",
"main": "dist/vue-smooth-reflow.min.js",
"unpkg": "dist/vue-smooth-reflow.min.js",
"keywords": [
"vue",
"vuejs",
"transition",
"reflow",
"mixin"
],
"author": "guanzo [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/guanzo/vue-smooth-reflow/issues"
},
"homepage": "https://github.com/guanzo/vue-smooth-reflow#readme",
"dependencies": {}
}