-
Notifications
You must be signed in to change notification settings - Fork 199
/
package.json
60 lines (60 loc) · 1.42 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
{
"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": ">=8"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"bem": "^2.0.0",
"bem-components": "^6.0.1",
"bem-core": "^4.2.1",
"bem-tools-create": "^2.1.0",
"enb": "^1.3.0",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^8.6.7",
"enb-borschik": "^3.0.0",
"enb-js": "^1.1.0",
"enb-postcss": "^2.0.0",
"gulp": "^4.0.0",
"gulp-bem-bundle-builder": "^0.1.5",
"gulp-bem-bundler-fs": "0.0.10",
"gulp-bem-xjst": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-debug": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-one-of": "^1.0.1",
"gulp-postcss": "^7.0.1",
"gulp-uglify": "^3.0.0",
"merge2": "^1.1.0",
"postcss-calc": "^6.0.0",
"postcss-each": "^0.10.0",
"postcss-for": "^2.1.1",
"postcss-import": "^10.0.0",
"postcss-nested": "^2.0.2",
"postcss-reporter": "^4.0.0",
"postcss-simple-vars": "^4.0.0",
"postcss-url": "^7.0.0",
"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",
"build": "enb make"
},
"private": true
}