-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.85 KB
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
64
65
{
"name": "react-router-dom-animation",
"version": "1.2.10",
"description": "Tool for creating complex animations of transitions between pages",
"main": "dist/index.js",
"dependencies": {
"framer-motion": "^4.1.17",
"framesync": "^5.3.0",
"hey-listen": "^1.0.8",
"history": "^4.10.1",
"hoist-non-react-statics": "^3.3.2",
"isarray": "^0.0.1",
"js-tokens": "^4.0.0",
"loose-envify": "^1.4.0",
"mini-create-react-context": "^0.4.1",
"object-assign": "^4.1.1",
"path-to-regexp": "^1.8.0",
"popmotion": "^9.3.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.9",
"resolve-pathname": "^3.0.0",
"style-value-types": "^4.1.4",
"styled-components": "^5.3.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3",
"tslib": "^2.3.0",
"value-equal": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prohetamine/react-router-dom-animation.git"
},
"keywords": [
"react-router-dom-animation",
"animation",
"react",
"react-router-dom",
"router"
],
"author": "Stas Prohetamine",
"license": "ISC",
"bugs": {
"url": "https://github.com/prohetamine/react-router-dom-animation/issues"
},
"homepage": "https://github.com/prohetamine/react-router-dom-animation#readme"
}