-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "@voerro/vue-tagsinput",
"version": "2.7.1",
"description": "A simple tags input with typeahead made with Vue.js 2",
"main": "src/main.js",
"keywords": [
"vue",
"vuejs",
"tagsinput",
"input",
"tags",
"typeahead",
"autocomplete"
],
"author": "Alexander Zavyalov <[email protected]> (http://voerro.com)",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.2.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"repository": "https://github.com/voerro/vue-tagsinput"
}