-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 788 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 788 Bytes
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
{
"name": "falconry.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "webpack serve --port 8000 --config webpack-dev.config.js",
"build": "webpack --config webpack-prod.config.js"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"highlight.js": "^11.11.1"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.6",
"mini-css-extract-plugin": "^2.10.2",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"webpack": "^5.105.3",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
}
}