-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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": "elderly-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"animate.css": "^3.7.2",
"antd": "^4.0.2",
"apexcharts": "^3.10.0",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"d3-scale": "^3.2.1",
"less": "^3.10.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"next": "^9.1.7",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-apexcharts": "^1.3.3",
"react-copy-to-clipboard": "^5.0.2",
"react-countup": "^4.2.2",
"react-dom": "^16.9.0",
"react-motion": "^0.5.2",
"react-redux": "^7.2.0",
"react-responsive": "^8.0.3",
"react-simple-maps": "^0.12.1",
"react-tooltip": "^3.11.1",
"react-typed": "^1.2.0",
"reactstrap": "^8.0.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
}
}