Files
website-typo3/package.json
T

51 lines
1.4 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.5.7",
"axios": "^0.18.0",
"bootstrap-sass": "^3.4.1",
"bourbon": "^4.3.2",
"cookieconsent": "^3.1.0",
"dayjs": "^1.8.12",
"flatpickr": "^4.5.7",
"font-awesome": "^4.7.0",
"jquery": "^1.12.4",
"lazysizes": "^4.1.8",
"leaflet": "^1.4.0",
"normalize.css": "^7.0.0",
"picturefill": "^3.0.3",
"sass-mq": "^3.3.2",
"slick-carousel": "^1.8.0",
"sticky-js": "^1.2.0",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vue-session": "^1.0.0",
"vuex": "^3.1.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.19.0",
"autoprefixer": "^8.6.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"node-sass": "^4.11.0",
"postcss-loader": "^2.1.6",
"sass-loader": "^6.0.7",
"vue-loader": "^14.2.4",
"vue-template-compiler": "^2.6.10",
"webpack-notifier": "^1.7.0"
},
"browserslist": [
"last 2 versions",
"ios >= 8"
]
}