-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "handlebars-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"startdev": "webpack serve --mode development --env development --hot --port 3000",
"build": "webpack --mode production --config webpack.config.js"
},
"author": "omerycll",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^8.1.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.1",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"handlebars-webpack-plugin": "^2.2.1",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.4.1",
"sass": "^1.32.8",
"webpack": "^5.32.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-fix-style-only-entries": "^0.6.1"
},
"dependencies": {
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1"
}
}