55 строки
1.4 KiB
JSON
55 строки
1.4 KiB
JSON
{
|
|
"homepage": "https://firefox-code-coverage.herokuapp.com",
|
|
"version": "1.0.0",
|
|
"main": "index.jsx",
|
|
"author": "Armen Zambrano G. <armenzg@mozilla.com>",
|
|
"repository": "git@github.com:mozilla/firefox-code-coverage-frontend.git",
|
|
"engines": {
|
|
"node": ">=6.0.0",
|
|
"npm": ">=5.0.0",
|
|
"yarn": ">=1.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "neutrino build",
|
|
"start": "neutrino start",
|
|
"lint": "neutrino lint",
|
|
"precommit": "lint-staged",
|
|
"heroku-postbuild": "neutrino build"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"neutrino lint"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"chroma-js": "^1.3.4",
|
|
"form-serialize": "^0.7.2",
|
|
"localforage": ">=1.0",
|
|
"lodash": "^4.17.4",
|
|
"parse-diff": "^0.4.2",
|
|
"prop-types": "^15.6.0",
|
|
"query-string": "^5.0.1",
|
|
"raven-js": "^3.23.1",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-hot-loader": "^3.1.3",
|
|
"react-interval": "^2.0.2",
|
|
"react-router-dom": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@neutrinojs/airbnb": "^8.1.1",
|
|
"@neutrinojs/react": "^8.1.1",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-flow": "^6.23.0",
|
|
"eslint": "^4.7.2",
|
|
"eslint-config-airbnb": "^15.1.0",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
|
"eslint-plugin-react": "^7.3.0",
|
|
"flow-bin": "^0.54.1",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^7.0.0",
|
|
"neutrino": "^8.1.1"
|
|
}
|
|
}
|