-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.9 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "veritatrust-react-app",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@popperjs/core": "^2.11.6",
"axios": "^1.2.3",
"bcrypt": "^4.0.0",
"body-parser": "^1.20.0",
"cloudinary": "^1.33.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-session-file-store": "^1.0.2",
"formidable": "^2.1.1",
"google-auth-library": "^9.4.2",
"helmet": "^7.0.0",
"http": "0.0.1-security",
"http-proxy-middleware": "^2.0.6",
"ipfs-http-client": "^33.1.1",
"isotope": "^1.0.0-alpha.3",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.1.2",
"next": "^12.1.6",
"node-cache": "^5.1.2",
"node-cron": "^3.0.2",
"node-rsa": "^1.1.1",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"qr-encode": "^0.3.0",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-notifications-component": "^4.0.1",
"react-offcanvas": "^0.4.0",
"react-redux-toastr": "^7.6.10",
"react-router-dom": "^6.6.1",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"redis": "^4.6.10",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"request": "^2.88.2",
"requirejs": "^2.3.6",
"rsuite": "^5.26.1",
"sequelize": "^6.32.1",
"sequelize-cli": "^6.6.1",
"session-file-store": "^1.5.0",
"sib-api-v3-sdk": "^8.5.0",
"socket.io": "^4.7.5",
"speakeasy": "^2.0.0",
"styled-components": "^5.3.6",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "node server.js & npm run start-react",
"start-react": "react-scripts start",
"build": "react-scripts build",
"build-server": "babel src/server -d dist/server",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start_windows": "set NODE_ENV=production&&npm start.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"encoding": "^0.1.13"
}
}