UNPKG

rizzo-next

Version:

The next generation of Lonely Planet's style guide and pattern library.

121 lines (120 loc) 3.91 kB
{ "name": "rizzo-next", "description": "The next generation of Lonely Planet's style guide and pattern library.", "homepage": "http://lonelyplanet.github.io/rizzo-next/js/index.html", "license": "MIT", "main": "src/rizzo", "bin": { "rizzo": "./bin/rizzo.js" }, "repository": { "type": "git", "url": "https://github.com/lonelyplanet/rizzo-next.git" }, "author": { "name": "Lonely Planet" }, "scripts": { "build": "rimraf dist && mkdir -p dist/header_normal && node bin/rizzo build -c ../lib/data/header_normal.json && node bin/rizzo build && npm run css", "ci": "karma start", "css": "node-sass sass/core.scss dist/core.css --include-path 'node_modules' --output-style compressed", "docs": "node-sass sass/docs.scss -o dist/css --include-path=node_modules && esdoc -c esdoc.json", "lint": "./node_modules/.bin/eslint src --ext .js,.jsx", "prepublish": "npm run build && mkdir -p tmp && cp -R src/* tmp && babel -d tmp tmp && cp -R tmp/* dist && rimraf tmp", "sassdoc": "./node_modules/.bin/sassdoc sass --theme neat", "scsslint": "scss-lint . --config .scss-lint.yml", "test": "karma start --single-run", "preversion": "npm run build", "release": "standard-version", "version": "npm run release --commit-all", "version:patch": "npm run release -- --release-as patch", "version:minor": "npm run release -- --release-as minor", "version:major": "npm run release -- --release-as major" }, "version": "0.24.2", "pre-commit": [ "scsslint", "test", "lint" ], "dependencies": { "@lonelyplanet/dotcom-core": "^2.0.3", "airbrake-js": "^0.9.3", "async": "^2.0.0-rc.4", "babel-core": "^6.5.2", "babel-polyfill": "^6.3.14", "clamp-js": "*", "commander": "^2.9.0", "es5-shim": "^4.1.13", "flamsteed": "latest", "glob": "^7.1.2", "handlebars": "^4.0.3", "history": "^4.6.3", "imagesloaded": "*", "jquery": "^3.1.1", "jquery.dfp": "^2.4.1", "js-cookie": "^2.1.4", "lodash": "^4.17.4", "mapbox.js": "^3.1.1", "matchmedia-polyfill": "^0.3.0", "mkdirp": "^0.5.1", "moment": "^2.10.6", "owlcarousel-pre": "1.3.3", "photoswipe": "^4.1.0", "pickadate": "*", "picturefill": "*", "postal": "^2.0.5", "react": "^15.4.2", "react-dom": "^15.4.2", "resrc.js": "^0.9.5", "scroll-js": "^1.7.1", "susy": "^2.2.9", "trackjs": "^2.1.16", "urlencode": "^1.1.0" }, "devDependencies": { "autoprefixer-loader": "^3.1.0", "babel-cli": "^6.16.0", "babel-eslint": "^7.1.1", "babel-loader": "^7.0.0", "babel-plugin-transform-decorators": "^6.13.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.5.0", "babel-preset-react": "^6.5.0", "css-loader": "^0.28.4", "esdoc": "^0.5.2", "esdoc-es7-plugin": "0.0.3", "eslint": "^4.1.1", "eslint-plugin-react": "^7.1.0", "expect.js": "^0.3.1", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.11.2", "handlebars-loader": "^1.5.0", "imports-loader": "^0.7.1", "inject-loader": "^3.0.0", "istanbul-instrumenter-loader": "^2.0.0", "json-loader": "^0.5.4", "jsx-loader": "^0.13.2", "karma": "^1.7.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-mocha": "^1.3.0", "karma-nyan-reporter": "^0.2.2", "karma-phantomjs-launcher": "^1.0.0", "karma-sinon": "^1.0.4", "karma-webpack": "^2.0.3", "mocha": "^3.4.2", "node-sass": "^4.5.2", "object-assign": "^4.1.1", "phantomjs-prebuilt": "^2.1.4", "pre-commit": "^1.1.2", "rimraf": "^2.5.4", "sass-loader": "^6.0.3", "sassdoc": "^2.1.15", "sassdoc-theme-neat": "0.0.2", "sinon": "^2.3.5", "standard-version": "^4.0.0", "style-loader": "^0.18.2", "webpack": "^3.0.0" } }