-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.59 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.59 KB
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "sigma",
"version": "1.0.0",
"description": "Bootstrap HTML Template created by Pixel Rocket",
"scripts": {
"start": "webpack serve --open",
"build": "del-cli dist && webpack --mode production",
"build-docs": "del-cli docs && webpack --config ./webpack.config.docs.js --mode production"
},
"keywords": [],
"author": "PixelRocket",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.26.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.6",
"del-cli": "^6.0.0",
"file-loader": "^6.2.0",
"glob-all": "^3.3.1",
"handlebars-webpack-plugin": "^2.2.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"sass": "^1.82.0",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"aos": "^2.3.4",
"bootstrap": "^5.3.8",
"choices.js": "^11.1.0",
"medium-zoom": "^1.1.0",
"nouislider": "^15.8.1",
"simplebar": "^6.3.2",
"swiper": "^12.0.3",
"tippy.js": "^6.3.7",
"typed.js": "^2.1.0"
}
}