-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
70 lines (70 loc) · 1.85 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
70
{
"name": "react-tv-navigation",
"version": "0.4.3",
"description": "A react-tv-based implementation of Spatial Navigation by Luke Chang",
"main": "dist/bundle.umd.js",
"files": [
"dist/",
"README.md"
],
"scripts": {
"prepublishOnly": "yarn build",
"build": "rollup -c",
"lint": "eslint ./",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-tv/react-tv-navigation.git"
},
"keywords": [
"react",
"tv",
"react-tv",
"spatial",
"navigation"
],
"author": "Raphael Amorim <rapha850@gmail.com>",
"contributors": [
"Celio Latorraca <celio.la@gmail.com>",
"Raphael Amorim <rapha850@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/react-tv/react-tv-navigation/issues"
},
"homepage": "https://github.com/react-tv/react-tv-navigation#readme",
"peerDependencies": {
"react": "^16.2.0",
"react-tv": "^0.4.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.15.0",
"eslint-config-fbjs": "^2.0.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-relay": "^0.0.20",
"jest": "^22.1.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-tv": "^0.4.3",
"recompose": "^0.26.0",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^3.0.0"
}
}