-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "pro-ideas",
"private": true,
"version": "0.1.0",
"engines": {
"node": "4.4.5"
},
"scripts": {
"start": "meteor run"
},
"dependencies": {
"admin-lte": "^2.3.11",
"babel-runtime": "^6.23.0",
"bcrypt": "^1.0.1",
"bootstrap": "^3.3.7",
"bootstrap-material-design": "^0.5.10",
"collapse-whitespace": "1.1.2",
"component-classes": "^1.2.6",
"d3": "^3.5.17",
"faker": "^3.1.0",
"interact.js": "^1.2.8",
"jquery": "^2.1.4",
"medium-editor": "5.x",
"meteor-node-stubs": "^0.2.5",
"moment": "^2.17.1",
"parse5": "1.3.1",
"rc-tabs": "5.8.x",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-linked-state-mixin": "^15.1.0",
"react-addons-pure-render-mixin": "^15.4.2",
"react-addons-update": "^15.4.1",
"react-bootstrap": "^0.30.8",
"react-bubble-chart": "^0.4.0",
"react-calendar-timeline": "^0.8.6",
"react-date-picker": "^5.3.28",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.4.2",
"react-edit-inline": "^1.0.8",
"react-logger": "^1.1.0",
"react-mounter": "^1.2.0",
"react-redux": "^4.4.6",
"react-router": "^2.8.1",
"react-select": "^1.0.0-rc.3",
"redux": "^3.6.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.1.1",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"to-markdown": "1.3.0",
"uuid": "^2.0.3"
}
}