-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
53 lines (53 loc) · 1.39 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
45
46
47
48
49
50
51
52
53
{
"name": "kuan-vue-waterfall",
"version": "3.0.1",
"description": "vue3.0瀑布流插件",
"main": "lib/kuan-vue-waterfall.common.js",
"module": "lib/kuan-vue-waterfall.umd.min.js",
"scripts": {
"dev": "BUILD_TARGET=test vue-cli-service serve",
"build": "BUILD_TARGET=demo vue-cli-service build",
"build:lib": "vue-cli-service build --target lib --filename kuan-vue-waterfall src/index.js",
"lint": "vue-cli-service lint"
},
"author": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/kuan1/kuan-vue-waterfall.git"
},
"files": [
"lib",
"src",
"index.js"
],
"keywords": [
"vue3.0",
"waterfall",
"vue-waterfall"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/kuan1/kuan-vue-waterfall/issues"
},
"homepage": "https://github.com/kuan1/kuan-vue-waterfall#readme",
"dependencies": {
"core-js": "^3.6.5",
"vue": "^3.0.0"
},
"devDependencies": {
"@halobear/css": "^3.0.0",
"@halobear/utils": "^2.0.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"add": "^2.0.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"kuan-vue-photoswipe": "^2.0.1",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"yarn": "^1.22.10"
}
}