-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
29 lines (29 loc) · 891 Bytes
/
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
{
"name": "vue-waterfall-rapid",
"version": "1.0.25",
"description": "基于vue的瀑布流组件",
"author": "Api调用师 <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"main": "src/components/vue-waterfall-rapid.vue",
"repository": "https://github.com/1977474741/vue-waterfall-rapid.git",
"demo": "https://coding-pages-bucket-415964-8382475-13401-506140-1252701316.cos-website.ap-hongkong.myqcloud.com",
"npm": "https://www.npmjs.com/package/vue-waterfall-rapid",
"dependencies": {
},
"files": [
"/src/components/vue-waterfall-rapid.vue",
"/package.json",
"/README.md"
],
"devDependencies": {
"@vue/cli-service": "~4.5.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
}
}