-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1020 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1020 Bytes
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
{
"name": "react-scroll-edge-detector",
"version": "1.0.5",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"author": "Patryk Mazurkiewicz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/patmaz/react-scroll-edge-detector"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.7.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/lodash": "^4.14.119",
"@types/react": "^16.7.18",
"babel-loader": "^8.0.4",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
}
}