Update js dependencies and fix stuff

This commit is contained in:
Tobias Reisinger 2022-12-05 20:45:15 +01:00
parent 8667959f16
commit b11ebc1d3b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 892 additions and 2906 deletions

View file

@ -1,36 +1,34 @@
{
"name": "reitanlage-oranienburg",
"version": "1.3.0",
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "https://git.serguzim.me/serguzim/reitanlage-oranienburg.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"laravel-mix": "^6.0.25",
"resolve-url-loader": "^4.0.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.0.0",
"bootstrap": "^4.6.0",
"cross-env": "^7.0.3",
"jquery": "^3.6.0",
"photoswipe": "^4.1.3",
"popper.js": "^1.16.1"
}
"name": "reitanlage-oranienburg",
"version": "1.3.0",
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "https://git.serguzim.me/serguzim/reitanlage-oranienburg.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.2",
"@popperjs/core": "^2.11.6",
"autoprefixer": "^10.0",
"bootstrap": "^5.2",
"cross-env": "^7.0",
"laravel-mix": "^6.0",
"photoswipe": "^4",
"resolve-url-loader": "^5.0",
"sass": "^1.56",
"sass-loader": "^13.2"
}
}