-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
72 lines (72 loc) · 1.72 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
{
"author": "",
"name": "whitepaper-portal",
"version": "0.1.0",
"browserslist": [
"ie >= 10",
"opera 12.1",
"> 2%",
"last 2 versions"
],
"repository": {
"type": "git",
"url": "git://github.com/whitepapertools/whitepaper-portal.git"
},
"engines": {
"node": ">=4"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"bem": "^2.0.0",
"bem-components-custom": "3.0.4",
"bem-core": "^4.3.1",
"del": "^4.1.1",
"enb": "^1.3.0",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^8.10.4",
"enb-borschik": "^3.0.0",
"enb-js": "^1.1.0",
"enb-postcss": "^2.0.0",
"gulp": "4.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.0",
"gulp-csso": "^3.0.1",
"gulp-debug": "^3.2.0",
"gulp-if": "^2.0.2",
"gulp-one-of": "^1.0.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-string-replace": "^1.1.2",
"gulp-uglify": "^3.0.2",
"merge2": "^1.2.2",
"postcss-calc": "^6.0.2",
"postcss-color-function": "^4.0.0",
"postcss-each": "^0.10.0",
"postcss-for": "^2.1.1",
"postcss-import": "^10.0.0",
"postcss-load-config": "^2.0.0",
"postcss-nested": "^2.0.2",
"postcss-reporter": "^4.0.0",
"postcss-simple-vars": "^4.0.0",
"postcss-url": "^8.0.0",
"through2-filter": "^2.0.0",
"whitepaper-bem": "^2.3.9",
"whitepaper-logos": "^0.0.2",
"ym": "^0.1.2"
},
"scripts": {
"test": "enb make && enb make clean && gulp",
"start": "enb server",
"build": "enb make && gulp"
},
"private": true,
"dependencies": {
"npm": "^6.8.0"
},
"postcss": {
"parser": false,
"map": false
}
}