-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "mpa-starter",
"version": "1.0.0",
"description": "Multi-Page-Application starter template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abdulloh76/mpa-starter.git"
},
"keywords": [
"webpack-config",
"webpack-mpa-starter",
"multi-page-application",
"webpack-mpa-template",
"webpack-mpa"
],
"author": "Abdullokh Musaev <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Abdulloh76/mpa-starter/issues"
},
"homepage": "https://github.com/Abdulloh76/mpa-starter#readme",
"devDependencies": {
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^1.5.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
}
}