-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "digitiks",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"apollo-client": "^1.9.0-0",
"app-root-path": "^2.0.1",
"babel-runtime": "^6.26.0",
"core.js": "^0.4.2",
"express": "^4.15.3",
"graphql": "^0.8.2",
"graphql-server-express": "^1.0.2",
"graphql-tag": "^0.1.17",
"graphql-tools": "^0.8.4",
"intl-locales-supported": "^1.0.0",
"material-ui": "^0.19.4",
"meteor-node-stubs": "^0.3.2",
"qr-image": "^3.2.0",
"qrcode": "^1.0.0",
"ramda": "^0.24.1",
"react": "^16.1.1",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-apollo": "^1.4.6",
"react-dom": "^16.1.1",
"react-komposer": "^2.0.0",
"react-meteor-data": "^0.2.11",
"react-mounter": "^1.2.0",
"react-redux": "^5.0.6",
"react-swipeable-views": "^0.12.10",
"react-tap-event-plugin": "^3.0.2",
"react-tooltip": "^3.4.0",
"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.10.2",
"redux-persist": "^4.0.1",
"redux-thunk": "^2.2.0",
"save": "^2.3.1"
}
}