-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "customized-bootstrap-sass-webpack",
"version": "1.0.0",
"description": "Initiate a bootstrap project with webpack and customizable sass",
"main": "login.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --host 127.0.0.1 --port 8080 --openPage login.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afattahi54/customized-bootstrap-sass-webpack.git"
},
"keywords": [
"bootstrap4",
"webpack4",
"sass"
],
"author": "afattahi54",
"license": "ISC",
"bugs": {
"url": "https://github.com/afattahi54/customized-bootstrap-sass-webpack/issues"
},
"homepage": "https://github.com/afattahi54/customized-bootstrap-sass-webpack#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.4"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.3",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
}
}