This repository has been archived by the owner on Jun 20, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "tldr.jsx",
"description": "A reactive web client for tldr-pages",
"author": "Leandro Ostera <[email protected]>",
"repository": "https://github.com/ostera/tldr.jsx",
"bugs": {
"url": "https://github.com/ostera/tldr.jsx/issues"
},
"homepage": "https://tldr.ostera.io",
"license": "MIT",
"version": "3.8.0",
"main": "src/app.js",
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-runtime": "^6.9.2",
"babelify": "^7.3.0",
"base-64": "^0.1.0",
"browserify": "^13.0.1",
"envify": "^4.0.0",
"eslint": "^3.1.0",
"eslint-plugin-react": "^6.7.1",
"exorcist": "^0.4.0",
"flow-bin": "^0.43.0",
"history": "^4.10.1",
"jest-cli": "^18.1.0",
"marked": "^0.3.5",
"mixpanel-browser": "^2.8.1",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"query-string": "^4.2.2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"reactify": "^1.1.1",
"rxjs": "^5.0.0-beta.10",
"static-server": "^2.0.2",
"uglify-js": "^2.6.4"
},
"scripts": {},
"browserify": {
"transform": [
"envify",
"babelify",
"reactify"
]
},
"jest": {
"rootDir": "./src"
}
}