forked from BausCode/react-inview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"author": "Benton Rochester",
"name": "react-inview-js",
"version": "1.2.7",
"description": "React Inview checker with only javascript",
"main": "dist/index.js",
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"start": "budo example.jsx --live --open -- -t babelify",
"prepublish": "npm run build",
"build": "babel ./src/ -d ./dist/"
},
"repository": {
"type": "git",
"url": "git://github.com/BausCode/react-inview.git"
},
"homepage": "https://github.com/BausCode/react-inview",
"keywords": [
"react",
"inview"
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-eslint": "^6.0.3",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"budo": "^8.2.1",
"eslint-config-standard": "^5.2.0",
"eslint-config-standard-react": "^2.3.0",
"eslint-plugin-react": "^5.0.1",
"standard": "^6.0.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}