-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1007 Bytes
/
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
{
"name": "myconfig",
"version": "2.0.0",
"description": "Basic Pack: HTML, CSS, JS, Img, Fonts + Es Lint",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"devserver": "webpack-dev-server --debug --hot --devtool eval-source-map --output-pathinfo --watch --colors --inline --content-base public --port 8080 --host 0.0.0.0",
"build": "node_modules/.bin/webpack --progress",
"lint": "node_modules/.bin/eslint src",
"lintF": "node_modules/.bin/eslint --fix src"
},
"author": "Siarhie Iukou",
"license": "ISC",
"devDependencies": {
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"babel": "*",
"babel-loader": "*",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}