forked from VirtoCommerce/vc-theme-b2b
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.4 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
77
78
79
80
81
82
83
{
"version": "2.0.0",
"name": "vc-b2b-theme",
"author": "VirtoCommerce",
"description": "B2B theme for Storefront",
"private": true,
"tags": [
"virtocommerce",
"theme",
"b2b"
],
"keywords": [
"virtocommerce",
"theme",
"b2b"
],
"dependencies": {
"es6-promise": "^4.2.4",
"isomorphic-fetch": "^2.2.1",
"npm-check-updates": "^2.14.0"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-eslint": "^8.0.3",
"bower": "~1.8.0",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.1.1",
"eslint-config-angular": "^0.5.0",
"eslint-config-default": "^0.2.1",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-angular": "^3.0.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.0",
"gulp-bootlint": "^0.8.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-image": "^4.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "3.2.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-svg2png": "^2.0.2",
"gulp-uglify": "^2.1.2",
"gulp-using": "^0.1.1",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.1",
"node-bourbon": "^4.2.8",
"node-sass": "^4.8.3",
"postcss-import": "^11.0.0",
"postcss-partial-import": "^4.1.0",
"postcss-scss": "^1.0.2",
"postcss-smart-import": "^0.7.5",
"run-sequence": ">=2.1.0",
"svg2png": "^3.0.1"
},
"engineStrict": true,
"engines": {
"node": ">4.0.0"
},
"license": "MIT",
"homepage": "https://github.com/VirtoCommerce/vc-b2b-theme/",
"repository": {
"type": "git",
"url": "https://github.com/VirtoCommerce/vc-b2b-theme.git"
},
"bugs": {
"url": "https://github.com/VirtoCommerce/vc-b2b-theme/issues"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}