-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "crimson-to-salmon",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.0",
"@emotion/styled": "^10.0.0",
"@types/d3-fetch": "^1.1.3",
"@types/d3-interpolate": "^1.3.0",
"@types/d3-scale": "^2.0.2",
"@types/d3-selection": "^1.3.4",
"@types/d3-transition": "^1.1.3",
"@types/react-addons-css-transition-group": "^15.0.5",
"d3-array": "^2.0.2",
"d3-fetch": "^1.1.2",
"d3-interpolate": "^1.3.2",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"d3-transition": "^1.1.3",
"install": "^0.12.2",
"intersection-observer": "^0.5.1",
"react": "^16.8.4",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.8.4",
"react-hook-intersection-observer": "^0.1.0",
"react-intersection-observer": "^8.22.3",
"react-scripts": "^2.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "PUBLIC_URL=$URL react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/d3-array": "^1.2.4",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.10",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"prettier": "^1.16.4",
"typescript": "^3.1.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}