{ "name": "@pressbooks/pressbooks-aldine", "version": "1.0.0-dev", "author": "Pressbooks (Book Oven Inc.) ", "homepage": "https://github.com/pressbooks/pressbooks-aldine/", "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", "url": "https://opensource.org/licenses/GPL-3.0" } ], "browserslist": [ "last 2 versions", "android 4", "opera 12" ], "eslintConfig": { "extends": "humanmade", "globals": { "jQuery": true, "wp": true }, "rules": { "jsx-a11y/href-no-hash": 0 } }, "stylelint": { "extends": [ "stylelint-config-recommended-scss", "./node_modules/prettier-stylelint/config.js" ], "rules": { "media-feature-name-no-unknown": [ true, { "ignoreMediaFeatureNames": [ "min--moz-device-pixel-ratio" ] } ], "media-query-list-comma-space-after": "always-single-line" } }, "scripts": { "build": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "build:production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "build:profile": "cross-env NODE_ENV=production webpack --progress --profile --json --config=node_modules/laravel-mix/setup/webpack.config.js", "start": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "rmdist": "rimraf dist", "lint": "npm run -s lint:scripts && npm run -s lint:styles", "lint:scripts": "node_modules/eslint/bin/eslint.js \"resources/assets/scripts/*.js\"", "lint:styles": "node_modules/stylelint/bin/stylelint.js \"resources/assets/styles/**/*.scss\" --syntax scss", "test": "npm run -s lint" }, "engines": { "node": ">= 6.9.4" }, "devDependencies": { "pressbooks-build-tools": "^0.5.0" }, "dependencies": { "aetna": "github:pressbooks/aetna#3a0a323", "isotope-layout": "^3.0.4", "jquery": "1.12.4 - 3", "jquery-bridget": "^2.0.1", "wpapi": "^1.1.2" } }