forked from bem-site/bem.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.84 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
{
"name": "bem.info",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git@github.com:bem-site/bem.info.git"
},
"engines": {
"node": ">=4.1"
},
"devDependencies": {
"bem-components": "^3.1.3",
"bem-config": "^3.1.0",
"bem-core": "^3.2.0",
"bem-lib-site-view": "bem-site/bem-lib-site-view",
"bem-naming": "^1.0.1",
"bem-stat-counters": "^1.5.1",
"bem.info-data": "bem-site/bem.info-data",
"bemhint": "^0.6.1",
"bemhint-css-naming": "^1.0.1",
"bemhint-deps-specification": "^1.0.0",
"bemhint-fs-naming": "^1.0.0",
"browser-sync": "^2.14.0",
"enb": "^1.3.0",
"enb-bem-i18n": "^1.1.1",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "7.7.4",
"enb-bemxjst-i18n": "tadatuta/enb-bemxjst-i18n#acd48e231ba6f23bf00274b56d403b18ec338a4c",
"enb-borschik": "^2.4.0",
"enb-css": "^1.2.2",
"enb-js": "^1.1.0",
"enb-modules": "^0.2.0",
"eslint": "^3.4.0",
"eslint-config-pedant": "^0.7.0",
"eslint-plugin-bem-xjst": "^2.0.0",
"fs-extra": "^1.0.0",
"github-slugger": "^1.1.1",
"gorshochek": "bem-site/gorshochek",
"gulp": "gulpjs/gulp#4.0",
"gulp-batch": "^1.0.5",
"gulp-csscomb": "^3.0.7",
"gulp-watch": "^4.3.9",
"highlight.js": "^9.6.0",
"js-beautify": "^1.6.4",
"jscs": "^3.0.7",
"lodash": "^4.15.0",
"marked": "^0.3.6",
"mkdirp": "^0.5.1",
"node-eval": "^1.1.0",
"q": "^1.4.1",
"rimraf": "^2.5.4",
"stylelint": "^7.12.0",
"stylelint-order": "^0.5.0",
"ym": "^0.1.2"
},
"scripts": {
"test": "npm run lint",
"lint": "eslint . && jscs . && stylelint blocks/**/*.css",
"docker-build": "docker build -t registry.yandex.net/bem/bem.info:$user$npm_package_version .",
"docker-push": "docker push registry.yandex.net/bem/bem.info:$user$npm_package_version"
},
"private": true
}