-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.99 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
{
"devDependencies": {
"@babel/preset-react": "7.0.0",
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^1.3.6",
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.22",
"@material-ui/pickers": "^3.2.2",
"@symfony/webpack-encore": "^0.30.0",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"chart.js": "^2.9.3",
"clsx": "^1.0.4",
"core-js": "^3.0.0",
"cross-fetch": "^3.0.4",
"css-vars-ponyfill": "^2.1.2",
"history": "^5.0.0",
"lodash": "^4.17.19",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-perfect-scrollbar": "^1.5.8",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "^3.4.1",
"sass-loader": "8.0.0",
"ts-loader": "5.3.0",
"typescript": "^4.0.3",
"uuid": "^8.3.0",
"victory": "^32.3.3",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@fortawesome/fontawesome-free": "^5.15.1",
"add": "^2.0.6",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.3",
"formik": "^2.2.0",
"jquery": "^3.5.1",
"moment": "^2.29.1",
"node-sass": "4.14.1",
"overlayscrollbars": "^1.13.0",
"react-chartjs-2": "^2.10.0",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"yup": "^0.29.3"
}
}