forked from JohMun/vue-tags-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.53 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"_args": [
[
"@sergor5/[email protected]",
"C:\\Users\\Sereg\\Desktop\\firmadan-sunucu\\firmadan-frontend\\frontend"
]
],
"_from": "@sergor5/[email protected]",
"_id": "@sergor5/[email protected]",
"_inBundle": false,
"_integrity": "sha512-e4XqO0xSPWsRSBGK3a1uWmuGvv0/1kIPC1xi1Vuz7oqaOmU8IML4EaXivU37wW0ifXUoVHTfGzkAsOiEmOAX2A==",
"_location": "/@sergor5/vue-tags-input",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sergor5/[email protected]",
"name": "@sergor5/vue-tags-input",
"escapedName": "@sergor5%2fvue-tags-input",
"scope": "@sergor5",
"rawSpec": "2.1.10",
"saveSpec": null,
"fetchSpec": "2.1.10"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@sergor5/vue-tags-input/-/vue-tags-input-2.1.10.tgz",
"_spec": "2.1.10",
"_where": "C:\\Users\\Sereg\\Desktop\\firmadan-sunucu\\firmadan-frontend\\frontend",
"author": {
"name": "Sergen ORIN",
"email": "[email protected]"
},
"browserslist": [
"ie >= 11",
"last 2 Firefox versions",
"last 5 Chrome versions",
"last 2 iOS versions"
],
"bugs": {
"url": "https://github.com/sergor5/vue-tags-input/issues"
},
"dependencies": {
"vue": "^2.6.10"
},
"description": "A tags input component for VueJS with autocompletion, custom validation, templating and much more",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@hydrant/eslint-config": "^2.0.1",
"autoprefixer": "^9.4.3",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^2.0.2",
"documentation": "^9.1.1",
"eslint": "^5.10.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"fast-deep-equal": "^2.0.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"husky": "^1.1.2",
"image-webpack-loader": "^4.6.0",
"ip": "^1.1.5",
"lint-staged": "^8.1.0",
"node-sass": "^4.14.1",
"normalize-css": "^2.3.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"testcafe": "^0.23.3",
"testcafe-vue-selectors": "^3.0.0",
"url-loader": "^1.1.2",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.28.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"eslintConfig": {
"parserOptions": {
"parser": "babel-eslint",
"ecmaVersion": 2017,
"sourceType": "module"
},
"extends": "@hydrant/eslint-config/vue",
"rules": {
"vue/max-attributes-per-line": "off",
"vue/no-use-v-if-with-v-for": "off",
"vue/no-unused-components": "off",
"vue/component-name-in-template-casing": "off",
"vue/singleline-html-element-content-newline": "off",
"vue/no-v-html": "off",
"vue/require-default-prop": "off",
"vue/use-v-on-exact": "off",
"vue/multiline-html-element-content-newline": "off"
}
},
"homepage": "http://www.vue-tags-input.com",
"keywords": [
"javascript",
"vue",
"tags",
"vue-tags-input",
"vue-component",
"autocomplete"
],
"license": "MIT",
"lint-staged": {
"*.js": "eslint",
"*.vue": "eslint"
},
"main": "dist/vue-tags-input.js",
"name": "@sergor5/vue-tags-input",
"peerDependencies": {
"vue": "2.x"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/sergor5/vue-tags-input.git"
},
"scripts": {
"analyze": "cross-env ANALYZE=true npm run build-docs",
"build-docs": "cross-env NODE_ENV=production webpack --config ./build/docs.config.js --hide-modules",
"build-lib": "webpack --config ./build/lib.config.js --hide-modules",
"dev": "npm run docs",
"docs": "cross-env NODE_ENV=development webpack-dev-server --hot --config ./build/docs.config.js",
"e2e": "testcafe all e2e/*test* --app \"npm run dev\" --app-init-delay 10000 -S -s screenshots",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --ignore-pattern *.demo.*",
"lint-fix": "eslint --fix --ignore-path .gitignore --ext .js,.vue . --ignore-pattern *.demo.*"
},
"version": "2.1.10"
}