-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 927 Bytes
/
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
{
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"@symfony/webpack-encore": "^0.31.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.1",
"ts-loader": "^5.3.0",
"typescript": "^4.0.2",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"animated-number-react": "^0.1.1",
"babel-loader": "^8.1.0",
"babel-runtime": "^6.26.0",
"chart.js": "^2.9.3",
"classname": "0.0.0",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"material-icons-react": "^1.0.4",
"moment": "^2.28.0",
"primeflex": "^2.0.0",
"primeicons": "^4.0.0",
"primereact": "^5.0.0-rc.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1"
}
}