-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 897 Bytes
/
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
{
"name": "doctors-cyclop-webapp",
"private": true,
"scripts": {
"start": "meteor run",
"test": "eslint .",
"visualize": "meteor --production --extra-packages bundle-visualizer",
"prepare": "husky install"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@fortawesome/fontawesome-free": "^5.15.3",
"aws-sdk": "^2.879.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"chart.js": "^3.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jquery": "^3.5.1",
"meteor-node-stubs": "^1.0.1",
"moment": "^2.29.1",
"sha1": "^1.1.1",
"sweetalert2": "^10.15.7",
"urlencoded-body-parser": "^3.0.0",
"viewerjs": "^1.9.0"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
}
},
"devDependencies": {
"@rocket.chat/eslint-config": "^0.4.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^5.2.0"
}
}