-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "progress_tracker_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./frontend/src/index.js --output-path ./frontend/static/frontend/",
"build": "webpack --mode production ./frontend/src/index.js --output-path ./frontend/static/frontend/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"bootstrap": "^4.6.0",
"font-awesome": "^4.7.0",
"html-react-parser": "^1.2.6",
"jquery": "^3.6.0",
"mdbreact": "^5.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^1.6.0",
"react-dom": "^17.0.2",
"react-floating-action-button": "^1.0.5",
"react-google-charts": "^3.0.15",
"react-hot-toast": "^2.0.0",
"react-router-dom": "^5.2.0",
"react-select": "^4.3.1",
"reactstrap": "^8.9.0"
}
}