-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.12 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
{
"name": "online-bus-reservation-system",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"Npm": "^3.0.0",
"assets": "^3.0.1",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"bootstrap": "^5.1.3",
"components": "^0.1.0",
"connect-route": "^0.1.5",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"cypress-xpath": "^1.6.2",
"date-fns": "^2.28.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.8",
"formik": "^2.2.9",
"fs": "0.0.1-security",
"gradle": "^1.2.4",
"http": "0.0.1-security",
"imports": "^1.0.0",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"meteor-node-stubs": "^1.0.3",
"moment": "^2.29.3",
"mongoose": "^6.2.1",
"multer": "^1.4.5-lts.1",
"omise": "^0.8.5",
"path": "^0.12.7",
"qrcode.react": "^3.0.2",
"react": "^17.0.2",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap": "^2.4.0",
"react-dom": "^17.0.2",
"react-load-script": "0.0.6",
"react-meteor-data": "^0.2.11",
"react-overlays": "^5.1.1",
"react-qr-reader": "^3.0.0-beta-1",
"react-router-dom": "^6.2.1",
"react-select": "^5.3.0",
"react-simple-timefield": "^3.2.5",
"react-table": "^7.7.0",
"react-to-print": "^2.14.7",
"react-transition-group": "^4.4.2",
"reactjs-popup": "^2.0.5",
"regenerator-runtime": "^0.13.9",
"request": "^2.88.2",
"simpl-schema": "^1.12.0",
"styled-components": "^5.3.5"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"devDependencies": {
"chai": "^4.3.6",
"cypress": "^10.2.0"
}
}