UNPKG

rizzo-next

Version:

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

123 lines (122 loc) 4.05 kB
{ "name": "rizzo-next", "description": "The next generation of Lonely Planet's style guide and pattern library.", "homepage": "https://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": "npm ci && rimraf dist && mkdir -p dist/header_normal && NODE_ENV=production node bin/rizzo build -c ../lib/data/header_normal.json && NODE_ENV=production node bin/rizzo build && npm run css", "start:ci": "babel -d dist src --watch", "ci": "karma start", "css": "node-sass sass/core.scss dist/core.css --include-path 'node_modules' --output-style compressed", "lint": "./node_modules/.bin/eslint src --ext .js,.jsx", "prepublishOnly": "npm run build && mkdir -p tmp && cp -R src/* tmp && NODE_ENV=production 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", "upload": "node bin/upload", "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.38.13", "pre-commit": [ "test", "lint" ], "dependencies": { "@lonelyplanet/dotcom-core": "^2.14.0", "@lonelyplanet/lp-analytics": "^2.0.9", "airbrake-js": "^0.9.3", "async": "^2.0.0-rc.4", "aws-sdk": "^2.155.0", "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.1.0", "history": "^4.6.3", "imagesloaded": "*", "jquery": "^3.4.0", "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.19.3", "owlcarousel-pre": "1.3.3", "photoswipe": "^4.1.0", "pickadate": "^3.6.3", "picturefill": "*", "postal": "^2.0.5", "radium": "^0.19.0", "scroll-js": "^1.7.1", "susy": "^2.2.9", "trackjs": "^2.1.16", "urlencode": "^1.1.0" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0" }, "devDependencies": { "autoprefixer-loader": "^3.1.0", "babel-cli": "^6.16.0", "babel-eslint": "^8.2.1", "babel-loader": "^7.0.0", "babel-plugin-css-modules-transform": "^1.6.2", "babel-plugin-syntax-dynamic-import": "^6.18.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", "eslint": "^4.1.1", "eslint-plugin-react": "^7.1.0", "expect.js": "^0.3.1", "extract-text-webpack-plugin": "^3.0.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": "4.0.0", "node-sass": "4.14.0", "object-assign": "^4.1.1", "phantomjs-prebuilt": "^2.1.4", "pre-commit": "^1.1.2", "rimraf": "^2.5.4", "sass-loader": "^6.0.3", "sinon": "^2.3.5", "standard-version": "^4.0.0", "style-loader": "^0.18.2", "webpack": "^3.6.0" } }