-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.73 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
{
"name": "react-scroll-agent",
"version": "0.8.0",
"description": "Deadly spy for make benefit glorious nation of Scrolltopia",
"main": "dist/cjs.js",
"scripts": {
"build": "node scripts/build",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangodev/react-scroll-agent.git"
},
"homepage": "https://github.com/dangodev/react-scroll-agent",
"bugs": {
"url": "https://github.com/dangodev/react-scroll-agent/issues"
},
"keywords": [
"react",
"scroll",
"spy",
"animation",
"performant",
"performance",
"scrollspy"
],
"author": "dangodev",
"license": "ISC",
"dependencies": {
"@reach/observe-rect": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.19",
"babel-preset-minify": "^0.5.0",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^2.10.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.10.0",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-uglify": "^6.0.0"
},
"peerDependencies": {
"@reach/observe-rect": "^1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"prop-types": "^15.0.0"
}
}