-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.55 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "patchkit-post-composer",
"version": "1.2.0",
"description": "Composer component for public and private text posts",
"main": "index.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patchkit/patchkit-post-composer.git"
},
"keywords": [
"react"
],
"author": "Paul Frazee <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/patchkit/patchkit-post-composer/issues"
},
"homepage": "https://github.com/patchkit/patchkit-post-composer#readme",
"dependencies": {
"explain-error": "^1.0.1",
"mime-types": "^2.1.10",
"multicb": "^1.2.1",
"patchkit-dropdown": "^1.0.0",
"patchkit-markdown": "^1.0.1",
"patchkit-util": "^1.0.1",
"patchkit-vertical-filled": "^1.0.0",
"patchwork-threads": "^2.2.0",
"patchwork-translations": "^1.3.0",
"react": "^0.14.8",
"ssb-msg-schemas": "^6.2.1",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.3.0",
"suggest-box": "^2.0.0"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0"
},
"browserify": {
"transform": [
[
"envify",
{
"global": true
}
],
[
"babelify",
{
"presets": [
"es2015",
"stage-0",
"react"
]
}
]
]
}
}