34 lines
856 B
JSON
34 lines
856 B
JSON
{
|
|
"name": "reitanlage-oranienburg",
|
|
"version": "1.4.8",
|
|
"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": {
|
|
"@fontawesome/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"
|
|
}
|
|
}
|