-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ned Zimmerman
committed
Feb 1, 2018
1 parent
95f104c
commit 2cd4339
Showing
2 changed files
with
65 additions
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,66 @@ | ||
{ | ||
"name": "@pressbooks/pressbooks-aldine", | ||
"version": "1.0.0-beta.1", | ||
"author": "Pressbooks (Book Oven Inc.) <code@pressbooks.com>", | ||
"homepage": "https://github.com/pressbooks/pressbooks-aldine/", | ||
"description": "Aldine is the root theme for Pressbooks.", | ||
"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", | ||
"url": "https://opensource.org/licenses/GPL-3.0" | ||
} | ||
], | ||
"browserslist": ["last 2 versions", "android 4", "opera 12"], | ||
"eslintConfig": { | ||
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js", | ||
"globals": { | ||
"$": true, | ||
"PB_A11y": true | ||
} | ||
}, | ||
"stylelint": { | ||
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js" | ||
}, | ||
"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 \"assets/scripts/*.js\"", | ||
"lint:styles": | ||
"node_modules/stylelint/bin/stylelint.js \"assets/styles/**/*.scss\" --syntax scss", | ||
"test": "npm run -s lint" | ||
}, | ||
"engines": { | ||
"node": ">= 6.9.4" | ||
}, | ||
"devDependencies": { | ||
"pressbooks-build-tools": "^0.10.0" | ||
}, | ||
"dependencies": { | ||
"aetna": "^1.0.0-alpha.3", | ||
"isotope-layout": "^3.0.5", | ||
"jquery-bridget": "^2.0.1", | ||
"js-cookie": "^2.2.0", | ||
"wpapi": "^1.1.2" | ||
} | ||
"name": "@pressbooks/pressbooks-aldine", | ||
"version": "1.0.0-beta.2", | ||
"author": "Pressbooks (Book Oven Inc.) <code@pressbooks.com>", | ||
"homepage": "https://github.com/pressbooks/pressbooks-aldine/", | ||
"description": "Aldine is the root theme for Pressbooks.", | ||
"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", | ||
"url": "https://opensource.org/licenses/GPL-3.0" | ||
} | ||
], | ||
"browserslist": [ | ||
"last 2 versions", | ||
"android 4", | ||
"opera 12" | ||
], | ||
"eslintConfig": { | ||
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js", | ||
"globals": { | ||
"$": true, | ||
"PB_A11y": true | ||
} | ||
}, | ||
"stylelint": { | ||
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js" | ||
}, | ||
"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 \"assets/scripts/*.js\"", | ||
"lint:styles": "node_modules/stylelint/bin/stylelint.js \"assets/styles/**/*.scss\" --syntax scss", | ||
"test": "npm run -s lint" | ||
}, | ||
"engines": { | ||
"node": ">= 6.9.4" | ||
}, | ||
"devDependencies": { | ||
"pressbooks-build-tools": "^0.10.0" | ||
}, | ||
"dependencies": { | ||
"aetna": "^1.0.0-alpha.3", | ||
"isotope-layout": "^3.0.5", | ||
"jquery-bridget": "^2.0.1", | ||
"js-cookie": "^2.2.0", | ||
"wpapi": "^1.1.2" | ||
} | ||
} |