{ "name": "@pressbooks/pressbooks-aldine", "author": "Pressbooks (Book Oven Inc.) ", "homepage": "https://github.com/pressbooks/pressbooks-aldine/", "description": "Aldine is the default theme for the home page of Pressbooks networks. It is named for the Aldine Press, founded by Aldus Manutius in 1494, who is regarded by many as the world’s first publisher.", "keywords": [ "publishing", "catalog", "pressbooks", "default-theme" ], "private": true, "repository": { "type": "git", "url": "git://github.com/pressbooks/pressbooks-aldine.git" }, "bugs": { "url": "https://github.com/pressbooks/pressbooks-aldine/issues" }, "licenses": [ { "type": "GPL-3.0-or-later", "url": "https://github.com/pressbooks/pressbooks-aldine/tree/master/LICENSE.md" } ], "browserslist": [ "last 2 versions", "android 4", "opera 12" ], "eslintConfig": { "extends": "./node_modules/pressbooks-build-tools/config/eslint.js", "globals": { "$": true, "aldine": true, "PB_A11y": true, "tinymce": true }, "rules": { "import/no-anonymous-default-export": [ "error", { "allowArrowFunction": true, "allowObject": true } ], "jsdoc/require-param-type": "off", "jsdoc/require-returns": "off", "jsdoc/require-param-description": "off", "jsdoc/no-undefined-types": "off" } }, "eslintIgnore": [ "assets/scripts/catalog-admin.js", "assets/scripts/routes/common.js" ], "stylelint": { "extends": "./node_modules/pressbooks-build-tools/config/stylelint.js", "rules": { "scss/at-extend-no-missing-placeholder": null } }, "scripts": { "build": "npm run production", "lint:scripts": "eslint \"assets/scripts/**/*.js\"", "lint:styles": "stylelint \"assets/styles/**/*.scss\"", "lint": "run-s lint:*", "production": "mix --production", "rmdist": "rimraf dist", "start": "mix watch", "test": "npm run lint" }, "engines": { "node": ">= 14" }, "devDependencies": { "npm-run-all": "^4.1.5", "pressbooks-build-tools": "^4.0.0" }, "dependencies": { "aetna": "^1.0.0", "isotope-layout": "^3.0.6", "jquery-bridget": "^3.0.1" } }