48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "epevents",
|
|
"description": "EP Reisen TYPO3 website package",
|
|
"version": "3.0.0",
|
|
"author": "Björn Fromme, [email protected]",
|
|
"license": "WTFPL",
|
|
"repository": "https://gitlab.com/dreipunktnull/ep_theme.git",
|
|
"scripts": {
|
|
"dev": "./node_modules/.bin/encore dev --watch",
|
|
"build": "./node_modules/.bin/encore production"
|
|
},
|
|
"dependencies": {
|
|
"@fancyapps/fancybox": "^3.2.5",
|
|
"bootstrap-sass": "^3.3.7",
|
|
"bourbon": "^4.3.2",
|
|
"cookieconsent": "^3.1.0",
|
|
"dayjs": "^1.7.5",
|
|
"flatpickr": "^4.5.2",
|
|
"font-awesome": "^4.7.0",
|
|
"iframe-resizer": "^3.6.1",
|
|
"jquery": "^2.2.4",
|
|
"jquery-lazy": "^1.7.9",
|
|
"leaflet": "^1.3.4",
|
|
"normalize.css": "^7.0.0",
|
|
"picturefill": "^3.0.2",
|
|
"sass-mq": "^3.3.2",
|
|
"slick-carousel": "^1.8.0",
|
|
"sticky-js": "^1.2.0",
|
|
"vue": "^2.5.17",
|
|
"vue-session": "^0.9.10"
|
|
},
|
|
"devDependencies": {
|
|
"@symfony/webpack-encore": "^0.19.0",
|
|
"autoprefixer": "^8.6.5",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"node-sass": "^4.9.3",
|
|
"postcss-loader": "^2.1.6",
|
|
"sass-loader": "^6.0.7",
|
|
"vue-loader": "^14.2.3",
|
|
"vue-template-compiler": "^2.5.17",
|
|
"webpack-notifier": "^1.6.0"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"ios >= 8"
|
|
]
|
|
}
|