@orcatech/react-neuropsych-trails
Version:
React components for trail making tests parts A & B
70 lines (69 loc) • 2.07 kB
JSON
{
"name": "@orcatech/react-neuropsych-trails",
"version": "0.0.9",
"author": "Thomas Riley",
"description": "React components for trail making tests parts A & B",
"main": "dist/react-neuropsych-trails.js",
"scripts": {
"test": "webpack --config webpack.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+http://github.com/orcatechteam/react-neuropsych-trails.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"orcatech",
"react",
"neuropsych",
"testing",
"trails",
"trailsA",
"trailsB"
],
"files": [
"README.md",
"dist/react-neuropsych-trails.js"
],
"bugs": {
"url": "http://github.com/orcatechteam/react-neuropsych-trails/issues"
},
"homepage": "http://github.com/orcatechteam/react-neuropsych-trails#readme",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^1.3.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-container-dimensions": "^1.3.4",
"react-dom": "^16.4.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.36",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.36",
"@babel/plugin-transform-classes": "7.0.0-beta.36",
"@babel/plugin-transform-react-constant-elements": "7.0.0-beta.36",
"@babel/plugin-transform-react-inline-elements": "7.0.0-beta.36",
"@babel/preset-env": "7.0.0-beta.36",
"@babel/preset-react": "7.0.0-beta.36",
"@babel/register": "7.0.0-beta.36",
"@orcatech/eslint-config": "^1.0.0",
"babel-eslint": "^8.1.2",
"babel-jest": "^25.0.0",
"babel-loader": "8.0.0-beta.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"html-webpack-plugin": "^2.30.1",
"jest": "^25.0.0",
"jss": "^9.7.0",
"live-server": "^1.2.0",
"webpack": "^3.8.1"
}
}