This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
{
"name": "react-router-scroll-memory",
"version": "1.0.2",
"description": "For React Router V4. React component to keep the scroll of the page and to restore it if the user clicks on the previous button of its browser",
"main": "./dist/ScrollMemory.min.js",
"scripts": {
"test": "jest",
"flow": "node_modules/.bin/flow",
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipatate/react-router-scroll-memory.git"
},
"keywords": [
"react",
"router",
"scroll",
"history"
],
"author": "Faramaz Patrick",
"license": "ISC",
"bugs": {
"url": "https://github.com/ipatate/react-router-scroll-memory/issues"
},
"homepage": "https://github.com/ipatate/react-router-scroll-memory#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.3.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.2.1",
"flow-bin": "^0.53.1",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1"
}
}