forked from 2sic/2sxc-content-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 943 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
{
"name": "app-content-templates",
"version": "12.05.00",
"description": "Bootstrap 3/4 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 2020",
"license": "ISC",
"devDependencies": {
"@googlemaps/js-api-loader": "^1.14.3",
"@types/fancybox": "^3.5.3",
"@types/jquery": "^3.5.14",
"autoprefixer": "^10.4.7",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.0",
"postcss-loader": "^7.0.0",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.7.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-fix-style-only-entries": "^0.6.1"
},
"dependencies": {
"bootstrap": "^4.4.1"
}
}