-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 975 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
{
"name": "vue-autofocus-directive",
"description": "Vue autofocus directive",
"private": false,
"version": "1.0.4",
"author": "Bjorn Krols (https://byteboomers.com)",
"license": "MIT",
"keywords": [
"vue",
"autofocus"
],
"homepage": "https://github.com/byteboomers/vue-autofocus-directive#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/byteboomers/vue-autofocus-directive.git"
},
"bugs": {
"url": "https://github.com/byteboomers/vue-autofocus-directive/issues"
},
"main": "dist/vue-autofocus-directive.js",
"scripts": {
"build": "webpack --mode production --progress"
},
"husky": {},
"dependencies": {
"@babel/runtime": "^7.5.4"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"babel-loader": "^8.0.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {}
}