forked from lfoma/project-stub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.38 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
{
"author": "",
"name": "bem-project-stub",
"version": "2.0.0",
"browserslist": [
"ie >= 10",
"opera 12.1",
"> 2%",
"last 2 versions"
],
"repository": {
"type": "git",
"url": "git://github.com/bem/project-stub.git"
},
"engines": {
"node": ">=4"
},
"devDependencies": {
"autoprefixer": "^6.6.0",
"bem": "^2.0.0",
"bem-components": "^5.0.0",
"bem-core": "^4.1.1",
"bem-tools-create": "^2.0.0",
"enb": "^1.3.0",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^7.5.0",
"enb-borschik": "^2.4.0",
"enb-js": "^1.1.0",
"enb-postcss": "^1.3.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-bem-bundle-builder": "^0.1.0",
"gulp-bem-bundler-fs": "^0.0.7",
"gulp-bem-xjst": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-debug": "^3.0.0",
"gulp-one-of": "^1.0.0",
"gulp-postcss": "^6.2.0",
"gulp-uglify": "^2.0.0",
"merge2": "^1.0.2",
"postcss-calc": "^5.3.1",
"postcss-each": "^0.9.3",
"postcss-for": "^2.1.1",
"postcss-import": "^9.0.0",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^3.0.0",
"postcss-simple-vars": "^3.0.0",
"postcss-url": "^5.1.2",
"rebem-css": "^0.2.0",
"through2-filter": "^2.0.0",
"ym": "^0.1.2"
},
"scripts": {
"test": "enb make && enb make clean && gulp",
"start": "enb server"
},
"private": true
}