-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1022 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
30
31
32
33
34
35
36
37
38
39
{
"name": "@click2buy/vue-select",
"description": "Opinionated select and multiselect Vue component with Bootstrap 4 styles.",
"keywords": [
"vue",
"select",
"multiselect"
],
"version": "1.0.0",
"private": false,
"author": "Click2Buy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/click2buy/vue-select"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib src/components/VueSelect.vue",
"build:demo": "vue-cli-service build --dest gh-pages",
"lint": "vue-cli-service lint"
},
"main": "dist/vue-select.umd.js",
"dependencies": {
"core-js": "^3.6.4",
"lodash": "^4.17.15",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11"
}
}