-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "vue-easyrefresh",
"version": "1.0.6",
"description": "Vue component for pull-refresh and push-load.",
"author": "KnoYo <[email protected]>",
"main": "easyrefresh.js",
"homepage": "https://github.com/xuelongqy/vue-easyrefresh",
"keywords": ["easyrefresh", "refresh", "pull", "push", "scroll"],
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/xuelongqy/vue-easyrefresh.git"
},
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name easyrefresh --dest lib src/index.ts"
},
"dependencies": {
"vue-class-component": "^6.3.2",
"vue-property-decorator": "^7.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-typescript": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"material-design-icons-iconfont": "^4.0.5",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"typescript": "^3.3.3",
"vue": "^2.6.10",
"vue-i18n": "^8.9.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.6.10",
"vuetify": "^2.0.4"
},
"peerDependencies": {
"vue": "^2.6.10"
}
}