Tobias Reisinger
8667959f16
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
36 lines
1 KiB
JSON
36 lines
1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|