-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 1.32 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
{
"name": "car-mechanic-shop-html5-bootstrap-template",
"description": "This is a fully responsive and animated HTML 5 template for a car mechanic shop. The template has been designed to provide a professional and modern look to the website. It includes a responsive navigation bar that makes it easy for users to navigate through the different sections of the website.",
"private": true,
"version": "2.1.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"test": "vite preview",
"bs-static": "sass --no-source-map ./src/scss/bs-dynamic.scss ./src/css/bs-compiled.css",
"push": "git add . && git commit -m \"patch fixes\" && npm version patch && git push",
"push-minor": "git add . && git commit -m \"minor updates\" npm version minor && git push",
"push-major": "git add . && git commit -m \"major updates\" && npm version major && git push"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.20",
"caniuse-lite": "^1.0.30001669",
"cssnano": "^6.1.2",
"postcss": "^8.4.47",
"sass": "^1.80.3",
"vite": "^5.4.9",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-webfont-dl": "^3.9.5"
},
"dependencies": {
"@glidejs/glide": "^3.6.2",
"bootstrap": "^5.3.3",
"boxicons": "^2.1.4"
}
}