-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "webpack-bem",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "githttps://github.com/Mishasar/webpack-bem.git"
},
"keywords": [],
"author": "Saraykin",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mishasar/webpack-bem/issues"
},
"homepage": "https://github.com/Mishasar/webpack-bem#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"lodash": "^4.17.11",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"csv-loader": "^3.0.2",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.6.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^3.6.2",
"webpack-dev-server": "^3.3.1",
"xml-loader": "^1.2.1"
}
}