Skip to content

Instantly share code, notes, and snippets.

@leggsimon
Created January 15, 2019 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leggsimon/23d7b9d1f35d26af3ec5936cd836c37c to your computer and use it in GitHub Desktop.
Save leggsimon/23d7b9d1f35d26af3ec5936cd836c37c to your computer and use it in GitHub Desktop.
{
"name": "enterprise-tools",
"version": "0.0.0",
"description": "Front-end application for Enterprise Tools",
"main": "server/server.js",
"scripts": {
"precommit": "lint-staged && node_modules/.bin/secret-squirrel",
"commitmsg": "node_modules/.bin/secret-squirrel-commitmsg",
"prepush": "make verify -j3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Financial-Times/enterprise-tools.git"
},
"bugs": {
"url": "https://github.com/Financial-Times/enterprise-tools/issues"
},
"homepage": "https://github.com/Financial-Times/enterprise-tools#readme",
"dependencies": {
"@financial-times/n-express": "^19.19.4",
"@financial-times/n-logger": "^6.0.0",
"@financial-times/n-memb-gql-client": "^2.2.3",
"body-parser": "^1.18.3",
"chart.js": "^2.7.3",
"cookie-parser": "^1.4.3",
"next": "^7.0.2",
"react": "^16.6.3",
"react-chartjs-2": "^2.7.4",
"react-copy-to-clipboard": "^5.0.1",
"react-debounce-input": "^3.2.0",
"react-dom": "^16.5.2",
"rss-parser": "^3.5.4"
},
"engines": {
"node": "~8.9"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@financial-times/n-gage": "^2.0.4",
"@financial-times/n-test": "^1.13.3",
"@zeit/next-sass": "^1.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
"bower": "^1.8.4",
"bower-resolve-webpack-plugin": "^1.0.5",
"co": "^4.6.0",
"enhanced-resolve": "^3.1.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^5.6.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"esm": "^3.0.84",
"fetch-mock": "^7.0.7",
"haikro": "^2.4.0",
"heroku-client": "^3.0.6",
"husky": "^1.1.1",
"isomorphic-fetch": "^2.2.1",
"jest": "^23.6.0",
"lint-staged": "^7.3.0",
"node-sass": "^4.9.4",
"node-vault": "^0.9.0",
"nodemon": "^1.18.4",
"prettier": "1.14.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment