-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.08 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
{
"name": "moduleRGTMeteor",
"version": "1.0.0",
"description": "a simple app to handle payment disponiblities/une simple application pour gerer les disponibilites de reglement pour le compte de Nsia Vie Assurances",
"author": "ZJJT",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"apollo-client": "^1.1.1",
"apollo-server-express": "^1.0.0",
"axios": "^0.18.1",
"babel-runtime": "^6.18.0",
"babyparse": "^0.4.6",
"bcrypt": "^2.0.1",
"bluebird": "^3.4.7",
"body-parser": "^1.18.3",
"casual": "^1.5.9",
"cors": "^2.8.4",
"excel-builder": "^2.0.3",
"express": "^4.16.3",
"file-saver": "^1.3.3",
"graphql": "^0.10.5",
"graphql-server-express": "^0.8.5",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^1.2.3",
"http-proxy-middleware": "^0.17.3",
"intl-locales-supported": "^1.0.0",
"json2xls": "^0.1.2",
"jszip": "^3.1.3",
"lodash": "^4.17.4",
"material-ui": "^0.16.6",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.22.2",
"moment-business-days": "^1.0.6",
"mysql2": "^1.1.2",
"node-schedule": "^1.3.0",
"nodemailer": "^2.2.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^15.6.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-apollo": "^1.1.2",
"react-dom": "^15.4.2",
"react-icons-kit": "^1.1.5",
"react-meteor-data": "^0.2.10",
"react-mounter": "^1.2.0",
"react-redux": "^5.0.2",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.2.2",
"redux": "^3.6.0",
"redux-form": "^6.4.3",
"redux-form-material-ui": "^4.1.2",
"redux-form-submit": "^0.1.3",
"redux-logger": "^2.7.4",
"redux-persist": "^4.0.1",
"redux-thunk": "^2.2.0",
"sequelize": "^3.33.0",
"sequelize-auto": "^0.4.18",
"sqlite": "^2.2.0",
"subscriptions-transport-ws": "^0.7.3",
"tedious": "^1.14.0",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"@types/zen-observable": "^0.8.0",
"apollo-link": "^1.2.2"
}
}