-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "@valantic/vue-pimcore-generator",
"description": "Generate Pimcore Twig templates based on your Vue components.",
"homepage": "https://github.com/valantic/vue-pimcore-generator",
"version": "0.5.3",
"scripts": {},
"engines": {
"node": ">=12 || <= 14"
},
"keywords": [
"vue",
"vuejs",
"pimcore",
"twig",
"valantic"
],
"license": "MIT",
"author": "valantic CEC Schweiz AG",
"dependencies": {
"acorn": "~7.3.1",
"acorn-walk": "~7.2.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"diff": "^4.0.2",
"eslint": "~6.8.0",
"eslint-config-airbnb-base": "~14.1.0",
"eslint-config-valantic": "~7.1.1",
"eslint-plugin-import": "~2.20.1",
"eslint-plugin-vue": "~6.2.2",
"fs-extra": "~9.0.0",
"graphql": "~15.0.0",
"js-beautify": "~1.11.0",
"lodash": "~4.17.15",
"md5": "~2.2.1",
"puppeteer": "^3.3.0",
"signale": "~1.4.0",
"vue-template-compiler": "~2.6.11"
},
"devDependencies": {},
"bin": {
"vue-pimcore-generator": "main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/valantic/vue-pimcore-generator.git"
},
"bugs": {
"url": "https://github.com/valantic/vue-pimcore-generator/issues"
}
}