-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 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
51
52
53
54
55
{
"name": "bitrix-webpack",
"version": "1.1.1",
"description": "Автоматическая подготовка и настройка Webpack4 для Bitrix",
"main": "src/index.js",
"bin": {
"bitrix-webpack": "bin/bitrix-webpack"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sedovdmitry/bitrix-template.git"
},
"keywords": [
"bitrix",
"webpack4",
"cli",
"vue2",
"es6",
"uikit3",
"sass"
],
"author": "Dmitry Sedov <railsdmitry@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sedovdmitry/bitrix-template/issues"
},
"homepage": "https://github.com/sedovdmitry/bitrix-template#readme",
"engines": {
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"dependencies": {
"arg": "^4.1.1",
"chalk": "^3.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.0",
"esm": "^3.2.25",
"execa": "^3.4.0",
"figlet": "^1.2.4",
"inquirer": "^7.0.0",
"listr": "^0.14.3",
"lodash": "^4.17.19",
"minimist": "^1.2.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0",
"touch": "^3.1.0"
}
}