-
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) · 984 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 984 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-position",
"version": "1.0.2",
"description": "Remember and restore React scroll position for the nodes.",
"main": "dist/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/bonnevoyager/react-scroll-position.git"
},
"keywords": [
"react",
"scroll",
"scroll-position"
],
"author": "Krzysztof Gutkowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/bonnevoyager/react-scroll-position/issues"
},
"homepage": "https://github.com/bonnevoyager/react-scroll-position#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"cross-env": "^7.0.2"
},
"peerDependencies": {
"react": "^16.8.0"
},
"scripts": {
"build": "babel src --out-dir dist",
"build:prod": "cross-env NODE_ENV=production yarn build"
}
}