-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "juniorg-healthcare-dapp",
"version": "1.0.0",
"description": "JuniorG-healthcare-dapp",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feat7/JuniorG-healthcare-dapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/feat7/JuniorG-healthcare-dapp/issues"
},
"homepage": "https://github.com/feat7/JuniorG-healthcare-dapp#readme",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"client-persist": "^1.8.6",
"cors": "^2.8.5",
"express": "^4.16.4",
"here-maps-react": "^0.1.0",
"jsonwebtoken": "^8.4.0",
"mobx": "^5.9.0",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.4.3",
"mongoose": "^5.4.13",
"mongoose-unique-validator": "^2.0.2",
"next": "^8.0.1",
"next-routes": "^1.4.2",
"node-sass": "^4.11.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"web3": "^1.0.0-beta.46"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0"
}
}