-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.26 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
39
40
{
"name": "app-content-templates",
"version": "17.02.00",
"description": "Bootstrap 3,4,5 based content templates for websites built with 2sxc and the 2sic bootstrap skin",
"main": "(none)",
"scripts": {
"build-bs3": "webpack --env style=bs3",
"build-bs4": "webpack --env style=bs4",
"build-bs5": "webpack --env style=bs5"
},
"author": "2sic internet solutions 2024",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@types/fancybox": "^3.5.7",
"@types/jquery": "^3.5.32",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"bootstrap": "^4.4.1",
"bootstrap5": "npm:bootstrap@^5.3.3"
}
}