forked from moreta/vue-search-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "vue-search-select",
"version": "2.9.3",
"description": "A Vue.js search select form component",
"author": "moreta <moretajoo@gmail.com>",
"license": "MIT",
"keywords": [
"autocomplete",
"vuejs",
"select",
"search"
],
"main": "dist/VueSearchSelect.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/moreta/vue-search-select.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"lib:build": "vue-cli-service build --target lib --name VueSearchSelect ./src/lib/index.js",
"lib:publish": "npm run lib:build && npm publish",
"lib:publish:alpha": "npm run lib:build && npm publish --tag alpha"
},
"devDependencies": {
"core-js": "^2.6.5",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-unit-jest": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"lodash": "^4.17.15",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"semantic-ui-css": "^2.4.1",
"vue-template-compiler": "^2.6.10"
}
}