-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.05 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
65
66
67
68
69
70
{
"name": "dividesmart",
"version": "1.0.0",
"description": "",
"main": "webpack.config.dev.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DivideSmart/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DivideSmart/backend/issues"
},
"homepage": "https://github.com/DivideSmart/backend#readme",
"devDependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.1.1",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.17",
"antd-mobile": "^2.2.5",
"axios": "^0.16.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.8.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"d3-time-format": "^2.1.1",
"email-validator": "^2.0.4",
"file-loader": "^1.1.11",
"glob": "^7.1.2",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"less-vars-to-js": "^1.2.1",
"moment-timezone": "^0.5.14",
"msal": "^0.1.7",
"rc-form": "^2.2.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-progress-bar-plus": "^1.3.1",
"react-qr-reader": "^2.1.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-swipeable-views": "^0.12.17",
"react-test-renderer": "^16.4.0",
"react-timeago": "^4.1.9",
"react-transition-group": "^2.4.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.11.1",
"style-loader": "^0.19.1",
"typeface-roboto": "^0.0.54",
"webpack": "^4.16.1"
},
"dependencies": {
"antd": "^3.9.3",
"qrcode.react": "^0.8.0",
"react-facebook-login": "^4.1.0",
"react-google-login": "^3.2.1"
}
}