reitanlage-oranienburg/package.json
Tobias Reisinger a7a06c6349
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix pipeline zip creation
2022-12-05 22:08:23 +01:00

35 lines
856 B
JSON

{
"name": "reitanlage-oranienburg",
"version": "1.4.2",
"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"
}
}