-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 967 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
35
36
{
"name": "Dakik",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"bcrypt": "^1.0.3",
"classnames": "^2.2.5",
"history": "^4.6.1",
"meteor-node-stubs": "^0.2.5",
"moment": "^2.17.1",
"noty": "^3.1.0",
"oauth": "^0.9.15",
"progressbar.js": "^1.0.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-countdown-clock": "^1.0.9",
"react-dom": "^15.4.2",
"react-icons": "^2.2.1",
"react-inlinesvg": "^0.5.5",
"react-markdown": "^2.5.0",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.68.0",
"url-parse": "^1.1.8",
"victory": "^0.18.0"
}
}