forked from besrabasant/react-mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "reactjax",
"version": "0.1.3",
"description": "React component to render math",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint .",
"prepare": "babel ./src --presets babel-preset-es2015 --out-dir ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Snikanes/react-mathjax.git"
},
"keywords": [
"react",
"mathjax",
"math"
],
"author": "Eirik Vikanes <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Snikanes/react-mathjax/issues"
},
"homepage": "https://github.com/Snikanes/react-mathjax#readme",
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"create-react-class": "^15.6.0",
"eslint": "^3.12.0",
"eslint-config-gitbook": "^1.4.0",
"gh-pages": "^0.12.0",
"http-server": "^0.9.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"load-script": "^1.0.0"
}
}