-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
{
"name": "LandingPagefornDAX",
"version": "0.1.1",
"private": true,
"author": "BitBD, JK, YH",
"licence": "NEXBIT LGPL-3.0",
"dependencies": {
"@material-ui/core": "^4.4.1",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^4.4.1",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"d3-dsv": "^1.1.1",
"d3-format": "^1.4.1",
"d3-time-format": "^2.1.3",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-animated-css": "^1.2.1",
"react-bootstrap": "^1.0.0-beta.8",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-loader-spinner": "^3.1.4",
"react-particles-js": "^2.7.0",
"react-responsive": "^8.0.1",
"react-responsive-carousel": "^3.1.50",
"react-reveal": "^1.2.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-scrollable-anchor": "^0.6.1",
"react-social-icons": "^4.1.0",
"react-stockcharts": "^0.7.8",
"reactstrap": "^8.0.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "rimraf 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"
]
}
}