forked from andymatuschak/hivemind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "hivemind",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"draft-js": "^0.7.0",
"draft-js-alignment-plugin": "^1.0.3",
"draft-js-cleanup-empty-plugin": "^1.0.2",
"draft-js-dnd-plugin": "^1.0.6",
"draft-js-entity-props-plugin": "^1.0.2",
"draft-js-export-html": "^0.5.2",
"draft-js-focus-plugin": "^1.0.11",
"draft-js-image-plugin": "^1.0.3",
"draft-js-linkify-plugin": "^1.0.1",
"draft-js-plugins-editor-wysiwyg": "^1.0.3",
"draft-js-resizeable-plugin": "^1.0.8",
"draft-js-toolbar-plugin": "^1.0.5",
"immutable": "^3.7.6",
"lodash": "^4.11.2",
"meteor-node-stubs": "~0.2.0",
"node-metainspector": "^1.3.0",
"path": "^0.12.7",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-pure-render-mixin": "^15.3.0",
"react-addons-shallow-compare": "^15.3.2",
"react-dom": "^15.3.0",
"react-dropzone": "^3.4.0",
"react-input-autosize": "^0.6.13",
"react-portal": "^3.0.0",
"react-router": "^2.2.4",
"react-selectize": "^2.0.3",
"request": "^2.74.0",
"url-search-params": "^0.5.0"
},
"devDependencies": {
"eslint": "^2.7.0"
}
}