36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "reitanlage-oranienburg",
|
||
|
"version": "1.1.0",
|
||
|
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"dev": "npm run development",
|
||
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||
|
"watch": "npm run development -- --watch",
|
||
|
"watch-poll": "npm run watch -- --watch-poll",
|
||
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||
|
"prod": "npm run production",
|
||
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||
|
},
|
||
|
"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": {
|
||
|
"bootstrap": "^4.6.0",
|
||
|
"cross-env": "^7.0.3",
|
||
|
"jquery": "^3.6.0",
|
||
|
"photoswipe": "^4.1.3",
|
||
|
"popper.js": "^1.16.1"
|
||
|
}
|
||
|
}
|