-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"private": true,
"scripts": {
"dev": "webpack --mode=development --progress --colors --watch",
"build": "webpack --mode=production"
},
"devDependencies": {
"@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/sdk.import-notation": "0.0.6",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bem-config": "^3.2.3",
"bem-react-core": "^1.0.0-rc.8",
"bem-tools-core": "0.0.3",
"bem-tools-create": "^2.2.0",
"css-loader": "^0.28.11",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"falafel": "^2.1.0",
"file-loader": "^1.1.11",
"glob": "^7.1.2",
"html-loader": "^0.5.5",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"loader-utils": "^1.1.0",
"postcss-loader": "^2.1.3",
"required-path": "^1.0.1",
"style-loader": "^0.20.3",
"webpack": "^4.2.0",
"webpack-bem-loader": "^0.6.3",
"webpack-cli": "^2.0.12"
},
"dependencies": {
"react": "^16.2.0",
"uikit": "^3.0.0-beta.40"
}
}