forked from pmndrs/react-spring.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.21 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "react-spring-io",
"version": "0.1.3",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"dedent": "^0.7.0",
"intersection-observer": "^0.5.1",
"lodash-es": "^4.17.11",
"lorem-ipsum": "^1.0.6",
"prop-types": "^15.6.2",
"raw.macro": "^0.2.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-feather": "^1.1.6",
"react-loadable": "^5.5.0",
"react-measure": "^2.1.2",
"react-motion": "^0.5.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-scroll-percentage": "^3.1.0",
"react-spring": "^8.0.5",
"react-twitter-widgets": "^1.7.1",
"react-with-gesture": "^4.0.2",
"remark": "^10.0.1",
"remark-react": "^5.0.1",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp _redirects build/_redirects",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "rm -rf src/examples && cp -R node_modules/react-spring-examples src/examples"
},
"bic": false,
"husky": {
"hooks": {
"precommit": "pretty-quick --staged"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"husky": "^1.3.1",
"prettier": "^1.18.2",
"pretty-quick": "^1.10.0",
"rehype-raw": "^4.0.0",
"rehype-react": "^3.1.0",
"rehype-slug": "^2.0.2",
"remark-parse": "^6.0.3",
"remark-rehype": "^4.0.0",
"remark-slug": "^5.1.1",
"unified": "^7.1.0"
},
"optionalDependencies": {
"@vx/gradient": "^0.0.165",
"@vx/group": "^0.0.170",
"@vx/hierarchy": "^0.0.179",
"@vx/mock-data": "^0.0.179",
"@vx/responsive": "^0.0.179",
"@vx/scale": "^0.0.179",
"@vx/shape": "^0.0.179",
"classnames": "^2.2.6",
"d3-hierarchy": "^1.1.8",
"d3-interpolate": "^1.3.2",
"d3-scale": "^2.1.2",
"d3-shape": "^1.2.2",
"delay": "^4.1.0",
"random-unicode-emoji": "^1.0.1",
"react-spring-examples": "github:react-spring/react-spring-examples#renderprops",
"vec-la": "^1.5.0"
}
}