-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 955 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
{
"name": "@hackariens/vuejs",
"version": "1.0.0",
"description": "Templates pour la création d'un nouveau projet vuejs",
"scripts": {
"create:apps": "create-vue apps --default",
"docker:deploy": "korojscommands docker_deploy",
"docker:getpull-image": "korojscommands docker_getpull-image",
"docker:ls": "korojscommands docker_ls",
"docker:waiting": "korojscommands docker_waiting --status running --container www",
"exec": "npm-run-all docker:getpull-image docker:deploy docker:waiting docker:ls",
"lint:markdown": "markdownlint README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackariens/vuejs.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hackariens/vuejs/issues"
},
"homepage": "https://github.com/hackariens/vuejs#readme",
"dependencies": {
"create-vue": "^3.5.0",
"korojscommands": "^1.2.14"
}
}