-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "webpack-bem-loader",
"version": "0.8.0",
"description": "Webpack BEM loader",
"repository": {
"type": "git",
"url": "git://github.com/bem/webpack-bem-loader.git"
},
"keywords": [
"bem",
"webpack"
],
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "jest",
"cover": "jest --coverage"
},
"jest": {
"collectCoverageFrom": [
"index.js",
"generators/*.js",
"generators/i18n/index.js"
]
},
"dependencies": {
"@bem/cell": "0.2.6",
"@bem/entity-name": "1.5.0",
"@bem/fs-scheme": "2.1.0",
"@bem/import-notation": "1.1.3",
"@bem/naming": "2.0.0-6",
"bem-config": "3.2.3",
"falafel": "2.1.0",
"loader-utils": "1.1.0",
"required-path": "1.0.1"
},
"devDependencies": {
"common-tags": "^1.7.2",
"css-loader": "^0.28.10",
"eslint": "^3.19.0",
"jest": "^22.4.0",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.4.1",
"node-eval": "^2.0.0",
"webpack": "^4.16.2"
}
}