auth0-web-header
Version:
Auth0's website and landings header
93 lines (92 loc) • 2.97 kB
JSON
{
"name": "auth0-web-header",
"version": "3.2.7",
"description": "Auth0's website and landings header",
"main": "build/web-header.js",
"files": [
"build"
],
"scripts": {
"build": "webpack --config ./tools/webpack/webpack.module.config.babel.js",
"build:heroku": "NODE_ENV=production webpack --config ./tools/webpack/webpack.playground.config.babel.js",
"start": "npm run build:heroku && serve build",
"start:dev": "NODE_ENV=development babel-node ./tools/tasks/start.js",
"prepublish": "NODE_ENV=production npm run build -- --bail",
"lint:js": "eslint .",
"lint": "npm run lint:js",
"test": "mocha \"src/**/*.spec.js\" --require test/setup.js --compilers js:babel-register && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/web-header.git"
},
"author": "Auth0 Inc. <support@auth0.com> (https://auth0.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/web-header/issues"
},
"homepage": "https://github.com/auth0/web-header#readme",
"engines": {
"node": ">=6.5.0 <7",
"npm": ">=3.10.3 <4"
},
"dependencies": {
"auth0-styleguide-core": "github:auth0/styleguide#core-0.0.3",
"axios": "^0.16.1",
"classnames": "^2.2.5",
"lodash": "^4.13.1"
},
"peerDependencies": {
"react": "^15.0.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-cli": "^6.18.0",
"babel-core": "^6.9.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx-self": "^6.11.0",
"babel-plugin-transform-react-jsx-source": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"bump-version": "^0.5.0",
"chai": "^3.5.0",
"component-cdn-uploader": "github:auth0/component-cdn-uploader#v1.3.0",
"conventional-changelog-cli": "^1.2.0",
"css-loader": "^0.28.0",
"enzyme": "^2.4.1",
"eslint": "^3.19.0",
"eslint-config-auth0": "^10.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.22.0",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"poststylus": "^0.2.3",
"react": "^15.4.1",
"react-dom": "^0.14.0 || ^15.1.0",
"react-hot-loader": "^3.0.0-beta.6",
"serve": "^5.1.4",
"style-loader": "^0.16.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.7",
"webpack": "^2.3.3",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
},
"cdn-component": {
"name": "web-header",
"cdn": "https://cdn.auth0.com",
"mainBundleFile": "web-header.js",
"remoteBasePath": "website",
"bucket": "assets.us.auth0.com",
"localPath": "build"
}
}