This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
76 lines (76 loc) · 2.23 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"version": "2.1.13",
"name": "vc-theme-default",
"author": "VirtoCommerce",
"description": "Default theme for Storefront",
"private": true,
"tags": [
"virtocommerce",
"theme",
"electronics"
],
"keywords": [
"virtocommerce",
"theme",
"electronics"
],
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.3",
"bower": "~1.8.0",
"bower-main": "^0.2.14",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"eslint": "6.8.0",
"eslint-config-angular": "^0.5.0",
"eslint-config-default": "^0.2.1",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-filter": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-image": "^6.0.0",
"gulp-inject": "^5.0.5",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"gulp-using": "^0.1.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^5.0.1",
"main-bower-files": "^2.13.3",
"merge-stream": "^2.0.0",
"merge2": "^1.3.0",
"node-bourbon": "^4.2.8",
"node-sass": "^4.13.0",
"run-sequence": "2.1.0"
},
"engineStrict": true,
"engines": {
"node": ">4.0.0"
},
"homepage": "https://github.com/VirtoCommerce/vc-theme-default/",
"repository": {
"type": "git",
"url": "https://github.com/VirtoCommerce/vc-theme-default.git"
},
"bugs": {
"url": "https://github.com/VirtoCommerce/vc-theme-default/issues"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install --force-latest"
}
}