-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"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"
}
}