forked from gs-shop/vue-slick-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.91 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "vue-slick-carousel",
"version": "1.0.6",
"description": "Vue Slick Carousel with True SSR Written for Faster Luxstay",
"keywords": [
"vue",
"slick",
"carousel",
"slider",
"ssr",
"pwa",
"nuxt"
],
"homepage": "https://gs-shop.github.io/vue-slick-carousel/",
"bugs": {
"url": "https://github.com/gs-shop/vue-slick-carousel/issues"
},
"license": "MIT",
"author": "KyuWoo Choi <kyuwoo.choi@gmail.com> (https://kyu.io/)",
"repository": {
"type": "git",
"url": "https://github.com/gs-shop/vue-slick-carousel.git"
},
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build --target lib ./src/VueSlickCarousel.vue",
"build:demo": "vue-cli-service build --dest gh-pages && gh-pages -d gh-pages",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "vue-cli-service test:unit --watch",
"release": "semantic-release --no-ci"
},
"main": "dist/vue-slick-carousel.umd.js",
"dependencies": {
"enquire.js": "2.1.6",
"json2mq": "0.2.0",
"lodash.assign": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.pick": "^4.4.0",
"resize-observer-polyfill": "1.5.1",
"vue": "^2.6.10"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-e2e-cypress": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"fast-check": "^1.19.0",
"gh-pages": "^2.1.1",
"github-markdown-css": "^3.0.1",
"html-loader": "^0.5.5",
"html-to-react": "^1.4.2",
"jsdom": "^15.2.1",
"markdown-loader": "^5.1.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"prettydiff": "^101.2.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-slick": "^0.25.2",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"semantic-release": "^17.0.4",
"semantic-release-gitmoji": "^1.3.3",
"strip-html-comments": "^1.0.0",
"vue-cli-plugin-vuetify": "^2.0.2",
"vue-fragment": "^1.5.1",
"vue-prismjs": "^1.2.0",
"vue-router": "^3.1.3",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuetify": "^2.1.12",
"vuetify-loader": "^1.3.0"
},
"bit": {
"env": {
"compiler": "bit.envs/bundlers/vue@2.6.18"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "yarn",
"dist": {
"target": "dist/bit"
},
"overrides": {
"vue-slick-carousel-theme": {
"env": {
"compiler": "-"
}
}
}
}
}