{ "name": "auth0-styleguide", "version": "4.8.25", "engines": { "node": "^4.4.7" }, "repository": { "type": "git", "url": "git://github.com/auth0/lock" }, "author": "Auth0 (http://auth0.com)", "scripts": { "start": "grunt build && serve --port ${PORT:-3000} ./build", "dev": "gulp" }, "dependencies": {}, "devDependencies": { "babel-core": "^6.14.0", "babel-eslint": "^6.1.2", "babel-loader": "^6.2.5", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.5.0", "bump-version": "^0.5.0", "component-playground": "^1.3.1", "css-loader": "^0.24.0", "eslint": "^3.5.0", "eslint-config-airbnb": "^10.0.1", "eslint-config-airbnb-base": "^7.1.0", "eslint-config-auth0": "^5.0.0", "eslint-plugin-babel": "^3.2.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.2", "eslint-plugin-react": "^6.3.0", "grunt": "^0.4.5", "grunt-aws-s3": "^0.14.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "~0.5.0", "grunt-http": "^1.5.0", "grunt-maxcdn": "https://github.com/siacomuzzi/grunt-maxcdn/tarball/0.0.1", "grunt-s3": "~0.2.0-alpha.3", "grunt-shell": "^0.7.0", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.0", "gulp-cssmin": "^0.1.7", "gulp-ejs": "^2.1.2", "gulp-filter": "^4.0.0", "gulp-html-prettify": "0.0.1", "gulp-imagemin": "^3.0.1", "gulp-jade": "^1.1.0", "gulp-livereload": "^3.8.1", "gulp-load-plugins": "^1.2.2", "gulp-mjml": "^2.0.0", "gulp-rename": "^1.2.2", "gulp-server-livereload": "^1.7.3", "gulp-sourcemaps": "^1.6.0", "gulp-stylus": "^2.3.1", "jade": "^1.7.0", "matchdep": "^0.3.0", "mjml": "^3.0.1", "react": "^15.3.1", "react-dom": "^15.3.1", "react-loader-advanced": "^1.4.1", "serve": "^1.4.0", "style-loader": "^0.13.1", "stylus": "~0.54.0", "stylus-loader": "^2.3.1", "webpack-stream": "^3.2.0" } }