-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 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
{
"name": "NFIN",
"version": "0.1.0",
"description": "une application pour gerer le portefeuille des titres(actions/obligations)pour le compte de Nsia Vie Assurances",
"author": "ZJJT",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"apollo-client": "^0.4.22",
"apollo-server": "^0.3.3",
"babel-runtime": "^6.18.0",
"babyparse": "^0.4.6",
"body-parser": "^1.15.2",
"casual": "^1.5.9",
"exceljs": "^0.4.13",
"express": "^4.14.0",
"fibers": "^1.0.15",
"file-saver": "^1.3.3",
"graphql": "^0.8.2",
"graphql-server-express": "^0.4.4",
"graphql-tag": "^0.1.17",
"graphql-tools": "^0.8.4",
"http-proxy-middleware": "^0.17.3",
"intl-locales-supported": "^1.0.0",
"json2xls": "^0.1.2",
"jszip": "^3.1.3",
"line-by-line": "^0.1.5",
"lodash": "^4.17.4",
"material-ui": "^0.16.6",
"meteor-node-stubs": "~0.2.0",
"mysql2": "^1.1.2",
"ramda": "^0.23.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-apollo": "^0.5.16",
"react-dom": "^15.4.2",
"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.24.3",
"sequelize-auto": "^0.4.18",
"sqlite": "^2.2.0",
"stream-buffers": "^3.0.1",
"tedious": "^1.14.0",
"whatwg-fetch": "^2.0.1"
}
}