-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 890 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
{
"name": "AgenceNumerique",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"apollo-client": "^0.4.20",
"apollo-server": "^0.3.2",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"faker": "^3.1.0",
"graphql": "^0.7.1",
"graphql-tools": "^0.7.2",
"meteor-node-stubs": "~0.2.0",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-addons-pure-render-mixin": "^15.1.0",
"react-dom": "^15.1.0",
"react-mounter": "^1.2.0",
"react-redux": "^4.4.5",
"react-redux-i18n": "0.0.3",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-form": "^5.2.5",
"redux-logger": "^2.6.1",
"redux-saga": "^0.10.5",
"redux-thunk": "^2.1.0",
"rmc-date-picker": "^3.0.1",
"sequelize": "^3.24.3",
"sqlite": "^2.2.0",
"tedious": "^1.14.0"
}
}