instantjob-recruiter-client
Version:
a set of tools for creating an instantjob recruiter react client
48 lines (47 loc) • 1.36 kB
JSON
{
"name": "instantjob-recruiter-client",
"version": "0.1.1",
"description": "a set of tools for creating an instantjob recruiter react client",
"repository": {
"type": "git",
"url": "https://github.com/aymericbouzy/instantjob-recruiter-client"
},
"license": "MIT",
"options": {
"mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
},
"scripts": {
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"testonly": "mocha $npm_package_options_mocha",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-eslint": "4.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-polyfill": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "6.x.x",
"chai": "3.x.x",
"eslint": "1.7.x",
"eslint-plugin-babel": "2.x.x",
"mocha": "2.x.x",
"nodemon": "1.7.x"
},
"dependencies": {
"babel-runtime": "6.x.x",
"es6-actioncable": "^0.5.5",
"fuse.js": "^3.0.5",
"geolib": "^2.0.22",
"moment": "^2.18.1",
"polished": "^1.3.0",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"reselect": "^3.0.1",
"styled-components": "^2.1.1"
}
}