-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.08 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.08 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.27",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"babel-loader": "^8.0.6",
"bootstrap": "^4.4.1",
"d3": "^3.5.17",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-drag": "^1.2.5",
"d3-fetch": "^1.0.0",
"d3-force": "^2.0.1",
"d3-format": "^1.4.4",
"d3-geo": "^1.12.0",
"d3-geo-projection": "^2.8.1",
"d3-path": "^1.0.9",
"d3-queue": "^3.0.7",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"d3-svg-legend": "^2.25.6",
"d3-tip": "^0.9.1",
"d3-transition": "^1.3.2",
"node-sass": "^4.14.1",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-dom": "^16.12.0",
"react-grid-system": "^6.0.7",
"react-images": "^1.1.0-beta.3",
"react-notifications": "^1.6.0",
"react-photo-gallery": "^8.0.0",
"react-player": "^1.15.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-scrollama": "^2.1.0",
"react-sidebar": "^3.0.2",
"reactstrap": "^8.4.1",
"topojson-client": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI= react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-react": "^7.9.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-stage-3": "^6.24.1"
},
"babel": {
"presets": [
"stage-3",
"es2017",
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"transform-object-rest-spread"
]
}
}