reitanlage-oranienburg/package.json

35 lines
856 B
JSON
Raw Normal View History

2021-06-30 00:46:48 +00:00
{
2022-12-05 19:45:15 +00:00
"name": "reitanlage-oranienburg",
2024-09-08 10:45:38 +00:00
"version": "1.4.6",
2022-12-05 19:45:15 +00:00
"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": {
2024-09-08 10:45:38 +00:00
"@fontawesome/fontawesome-pro": "^6.2",
2022-12-05 19:45:15 +00:00
"@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"
}
2021-06-30 00:46:48 +00:00
}