Files
website-typo3/package.json
T

53 lines
1.5 KiB
JSON

{
"name": "epevents",
"description": "EP Reisen TYPO3 website package",
"version": "4.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_ENV=production ./node_modules/.bin/encore production"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@tailwindcss/custom-forms": "^0.2.1",
"axios": "^0.18.0",
"axios-auth-refresh": "^1.0.7",
"bootstrap-sass": "^3.4.1",
"bourbon": "^4.3.2",
"cookieconsent": "^3.1.0",
"dayjs": "^1.8.36",
"flatpickr": "^4.6.6",
"font-awesome": "^4.7.0",
"jquery": "^1.12.4",
"lazysizes": "^4.1.8",
"leaflet": "^1.7.1",
"normalize.css": "^7.0.0",
"picturefill": "^3.0.3",
"sass-mq": "^3.3.2",
"slick-carousel": "^1.8.0",
"sticky-js": "^1.3.0",
"tailwindcss": "^1.8.10",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vue-session": "^1.0.0",
"vuex": "^3.5.1"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@symfony/webpack-encore": "^0.28.3",
"autoprefixer": "^8.6.5",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"last 2 versions",
"ios >= 9"
]
}