-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1019 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
37
38
39
{
"name": "webpack-handlebars-tailwind-boilerplate",
"version": "1.0.0",
"description": "A Webpack Boilerplate with Handlebars, jQuery and TailwindCSS",
"scripts": {
"dev": "webpack serve --env dev",
"build:dev": "webpack --env dev",
"build": "webpack --env prod"
},
"keywords": [
"webpack",
"handlebars",
"boilerplate",
"tailwindcss"
],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"handlebars-loader": "^1.7.3",
"handlebars-webpack-plugin": "^2.2.1",
"html-loader": "^5.1.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.12",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"jquery": "^3.7.1",
"swiper": "^11.1.14"
}
}