mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
SitemapPage
This commit is contained in:
parent
e5319e37b3
commit
255c68dceb
11
app/templates/Innoweb/Sitemap/Pages/Layout/SitemapPage.ss
Normal file
11
app/templates/Innoweb/Sitemap/Pages/Layout/SitemapPage.ss
Normal file
@ -0,0 +1,11 @@
|
||||
<% include PageHeader %>
|
||||
|
||||
<% include Content ExcludeHeader=true %>
|
||||
|
||||
<div class="page-content page-content-extra">
|
||||
<div class="element">
|
||||
<div class="element_container">
|
||||
<% include Innoweb/Sitemap/Sitemap %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
20
package.json
20
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ss-webpack-boilerplate",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Lets you create SilverStripe faster",
|
||||
"author": "Tony Air <tony@twma.pro>",
|
||||
"license": "MIT",
|
||||
@ -31,9 +31,9 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@a2nt/meta-lightbox": "^1.2.5",
|
||||
"@a2nt/ss-bootstrap-ui-webpack-boilerplate": "^1.9.7",
|
||||
"browserslist": "^4.11.1",
|
||||
"caniuse-lite": "^1.0.30001043",
|
||||
"@a2nt/ss-bootstrap-ui-webpack-boilerplate": "^1.9.8",
|
||||
"browserslist": "^4.12.0",
|
||||
"caniuse-lite": "^1.0.30001048",
|
||||
"font-awesome": "^4.7.0",
|
||||
"inputmask": "^5.0.3",
|
||||
"yarn": "^1.22.4"
|
||||
@ -63,7 +63,7 @@
|
||||
"core-util-is": "^1.0.2",
|
||||
"croppie": "^2.6.4",
|
||||
"cross-env": "^5.2.1",
|
||||
"css-loader": "^3.5.2",
|
||||
"css-loader": "^3.5.3",
|
||||
"eslint": "^4.18.1",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-jquery": "^1.5.1",
|
||||
@ -76,7 +76,7 @@
|
||||
"foundation-emails": "^2.2.1",
|
||||
"gijgo": "^1.9.13",
|
||||
"hard-source-webpack-plugin": "^0.13.1",
|
||||
"html-webpack-plugin": "^4.2.0",
|
||||
"html-webpack-plugin": "^4.2.1",
|
||||
"imagemin-gifsicle": "^7.0.0",
|
||||
"imagemin-jpegtran": "^6.0.0",
|
||||
"imagemin-optipng": "^7.1.0",
|
||||
@ -90,10 +90,10 @@
|
||||
"laravel-mix": "^4.1.2",
|
||||
"loglevel": "^1.6.8",
|
||||
"lost": "^8.3.1",
|
||||
"mapbox-gl": "^1.9.1",
|
||||
"mapbox-gl": "^1.10.0",
|
||||
"material-design-color": "^2.3.2",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"node-sass": "^4.13.1",
|
||||
"node-sass": "^4.14.0",
|
||||
"object-assign": "^4.1.1",
|
||||
"offcanvas-bootstrap": "^2.5.2",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
@ -118,9 +118,9 @@
|
||||
"smooth-scroll": "^14.2.1",
|
||||
"style-loader": "^0.19.0",
|
||||
"svg-url-loader": "^2.3.3",
|
||||
"terser-webpack-plugin": "^2.3.5",
|
||||
"terser-webpack-plugin": "^2.3.6",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "^4.42.1",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"webpack-dev-server": "^3.10.3",
|
||||
"webpack-manifest-plugin": "^1.3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user