generated from lmachens/bootstrap-intro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 906 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
31
32
33
34
35
36
{
"name": "bootstrap-intro",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack serve --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmachens/bootstrap-intro.git"
},
"keywords": [],
"author": "Leon Machens",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmachens/bootstrap-intro/issues"
},
"homepage": "https://github.com/lmachens/bootstrap-intro#readme",
"dependencies": {
"@popperjs/core": "^2.6.0",
"bootstrap": "^5.0.0-beta1"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.1",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.15.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
}
}