-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 970 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
{
"name": "vue-cli-plugin-vuedock",
"version": "2.1.0",
"description": "Vue CLI 3 & 4 plugin for adding dev/prod docker and compose files",
"main": "index.js",
"scripts": {
"eslint": "node ./node_modules/.bin/eslint --ext .js .",
"test": "npm run eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaizendorks/vue-cli-plugin-vuedock.git"
},
"keywords": [
"vue",
"docker",
"vue-cli",
"vue-cli-plugin"
],
"author": "Kaizen Dorks <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaizendorks/vue-cli-plugin-vuedock/issues"
},
"homepage": "https://github.com/kaizendorks/vue-cli-plugin-vuedock#readme",
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2"
}
}