-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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": "bootstrap4-webpack-boilerplate",
"version": "1.1.0",
"description": "A simple boilerplate using Bootstrap 4, Webpack and Babel.",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"images": "node ./bin/images.js"
},
"author": "Dominik Hanke",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/noreading/bootstrap4-webpack-boilerplate.git"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.2",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"bootstrap": "^4.6.1",
"css-loader": "^6.6.0",
"dotenv-webpack": "^7.1.0",
"exports-loader": "^3.1.0",
"fast-glob": "^3.2.11",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.34",
"mini-css-extract-plugin": "^2.5.3",
"path": "^0.12.7",
"postcss": "^8.4.6",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.1",
"sass": "^1.49.7",
"sass-loader": "^12.6.0",
"sharp": "^0.30.1",
"style-loader": "^3.3.1",
"tar": "^6.1.11",
"trash": "^8.1.0",
"uuid": "^8.3.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}