-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "votechain",
"version": "1.0.0",
"private": true,
"dependencies": {
"bootstrap": "^4.4.1",
"cryptico-js": "^1.1.0",
"crypto-js": "^3.1.9-1",
"env-cmd": "^10.0.1",
"mysql": "^2.17.1",
"node-fetch": "^2.6.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"body-parser": "^1.19.0",
"ethereumjs-tx": "^2.1.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.2",
"web3": "^1.2.1"
},
"scripts": {
"test": "echo \"All passed\" && exit 0",
"web-server": "cd ./Web_Portal && npm start",
"admin-server": "cd ./Admin && npm start",
"web-production-server": "cd ./Web_Portal && npm run production-server",
"admin-production-server": "cd ./Admin && npm run production-server",
"api-server": "cd ./DB_API && npm start",
"admin-api-server": "cd ./DB_API && npm run start-admin",
"start-support": "cd ./DC_Services && sudo docker-compose start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [],
"description": "Microsoft CodeFunDo++ 2019 Project.",
"author": "Wolverin-e",
"license": "ISC",
"engines": {
"node": "10.x.x"
}
}