-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./static/frontend/src/index.js --output ./static/frontend/static/frontend/main.js",
"build": "webpack --mode production ./static/frontend/src/index.js --output ./static/frontend/static/frontend/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@devexpress/dx-react-grid": "^2.7.5",
"@devexpress/dx-react-grid-material-ui": "^2.7.5",
"@material-ui/data-grid": "^4.0.0-alpha.26",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^5.0.0",
"file-loader": "^6.0.0",
"style-loader": "^2.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/x-grid": "^4.0.0-alpha.26",
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"crypto": "^1.0.1",
"date-and-time": "^0.14.0",
"dateformat": "^3.0.3",
"file-saver": "^2.0.5",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"material-table": "^1.69.3",
"prop-types": "^15.7.2",
"randomstring": "^1.1.5",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-js-pagination": "^3.0.3",
"react-paginate": "^6.5.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"webpack-node-externals": "^2.5.2",
"xlsx": "^0.16.9"
}
}