Browse Source

1.0.0-beta.2

pull/77/head 1.0.0-beta.2
Ned Zimmerman 7 years ago
parent
commit
2cd433995b
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 2
      package-lock.json
  2. 124
      package.json

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "@pressbooks/pressbooks-aldine", "name": "@pressbooks/pressbooks-aldine",
"version": "1.0.0-beta.1", "version": "1.0.0-beta.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

124
package.json

@ -1,62 +1,66 @@
{ {
"name": "@pressbooks/pressbooks-aldine", "name": "@pressbooks/pressbooks-aldine",
"version": "1.0.0-beta.1", "version": "1.0.0-beta.2",
"author": "Pressbooks (Book Oven Inc.) <code@pressbooks.com>", "author": "Pressbooks (Book Oven Inc.) <code@pressbooks.com>",
"homepage": "https://github.com/pressbooks/pressbooks-aldine/", "homepage": "https://github.com/pressbooks/pressbooks-aldine/",
"description": "Aldine is the root theme for Pressbooks.", "description": "Aldine is the root theme for Pressbooks.",
"keywords": ["publishing", "catalog", "pressbooks", "default-theme"], "keywords": [
"private": true, "publishing",
"repository": { "catalog",
"type": "git", "pressbooks",
"url": "git://github.com/pressbooks/pressbooks-aldine.git" "default-theme"
}, ],
"bugs": { "private": true,
"url": "https://github.com/pressbooks/pressbooks-aldine/issues" "repository": {
}, "type": "git",
"licenses": [ "url": "git://github.com/pressbooks/pressbooks-aldine.git"
{ },
"type": "GPL-3.0", "bugs": {
"url": "https://opensource.org/licenses/GPL-3.0" "url": "https://github.com/pressbooks/pressbooks-aldine/issues"
} },
], "licenses": [
"browserslist": ["last 2 versions", "android 4", "opera 12"], {
"eslintConfig": { "type": "GPL-3.0",
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js", "url": "https://opensource.org/licenses/GPL-3.0"
"globals": { }
"$": true, ],
"PB_A11y": true "browserslist": [
} "last 2 versions",
}, "android 4",
"stylelint": { "opera 12"
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js" ],
}, "eslintConfig": {
"scripts": { "extends": "./node_modules/pressbooks-build-tools/config/eslint.js",
"build": "globals": {
"cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "$": true,
"build:production": "PB_A11y": true
"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", "stylelint": {
"start": "extends": "./node_modules/pressbooks-build-tools/config/stylelint.js"
"cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", },
"rmdist": "rimraf dist", "scripts": {
"lint": "npm run -s lint:scripts && npm run -s lint:styles", "build": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint:scripts": "node_modules/eslint/bin/eslint.js \"assets/scripts/*.js\"", "build:production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint:styles": "build:profile": "cross-env NODE_ENV=production webpack --progress --profile --json --config=node_modules/laravel-mix/setup/webpack.config.js",
"node_modules/stylelint/bin/stylelint.js \"assets/styles/**/*.scss\" --syntax scss", "start": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "npm run -s lint" "rmdist": "rimraf dist",
}, "lint": "npm run -s lint:scripts && npm run -s lint:styles",
"engines": { "lint:scripts": "node_modules/eslint/bin/eslint.js \"assets/scripts/*.js\"",
"node": ">= 6.9.4" "lint:styles": "node_modules/stylelint/bin/stylelint.js \"assets/styles/**/*.scss\" --syntax scss",
}, "test": "npm run -s lint"
"devDependencies": { },
"pressbooks-build-tools": "^0.10.0" "engines": {
}, "node": ">= 6.9.4"
"dependencies": { },
"aetna": "^1.0.0-alpha.3", "devDependencies": {
"isotope-layout": "^3.0.5", "pressbooks-build-tools": "^0.10.0"
"jquery-bridget": "^2.0.1", },
"js-cookie": "^2.2.0", "dependencies": {
"wpapi": "^1.1.2" "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"
}
} }

Loading…
Cancel
Save