pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.3 KiB

7 years ago
{
"name": "@pressbooks/pressbooks-aldine",
"version": "1.0.0-dev",
"author": "Pressbooks (Book Oven Inc.) <code@pressbooks.com>",
"homepage": "https://github.com/pressbooks/pressbooks-aldine/",
7 years ago
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/pressbooks/pressbooks-aldine.git"
7 years ago
},
"bugs": {
"url": "https://github.com/pressbooks/pressbooks-aldine/issues"
7 years ago
},
"licenses": [
{
"type": "GPL-3.0",
"url": "https://opensource.org/licenses/GPL-3.0"
7 years ago
}
],
"browserslist": [
"last 2 versions",
"android 4",
"opera 12"
],
"eslintConfig": {
"extends": "humanmade",
7 years ago
"globals": {
"jQuery": true,
7 years ago
"wp": true
},
"rules": {
"jsx-a11y/href-no-hash": 0
7 years ago
}
},
"stylelint": {
"extends": [
"stylelint-config-recommended-scss",
"./node_modules/prettier-stylelint/config.js"
],
7 years ago
"rules": {
"media-feature-name-no-unknown": [
true,
{
"ignoreMediaFeatureNames": [
"min--moz-device-pixel-ratio"
]
}
],
"media-query-list-comma-space-after": "always-single-line"
7 years ago
}
},
"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",
7 years ago
"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",
7 years ago
"test": "npm run -s lint"
},
"engines": {
"node": ">= 6.9.4"
},
"devDependencies": {
"pressbooks-build-tools": "^0.6.0"
7 years ago
},
"dependencies": {
"aetna": "^0.1.0",
"isotope-layout": "^3.0.4",
7 years ago
"jquery": "1.12.4 - 3",
"jquery-bridget": "^2.0.1",
"wpapi": "^1.1.2"
7 years ago
}
}