-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
{
"name": "markdown-contributors",
"version": "0.0.2",
"description": "A react component that renders a scroll-to-top button",
"main": "index.js",
"scripts": {
"start": "http-server & npm run watch",
"watch": "watchify -t babelify index.js -o dist/app.js",
"build": "browserify -t babelify index.js -o dist/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/toubou91/markdown-contributors/.git"
},
"keywords": [
"contributors",
"github",
"readme.md",
"contributors-markdown",
"react"
],
"author": "Thodoris Bais",
"license": "MIT",
"bugs": {
"url": "https://github.com/toubou91/markdown-contributors/issues"
},
"homepage": "https://github.com/toubou91/markdown-contributors/",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "14.4.0",
"http-server": "0.10.0",
"jquery": "^3.2.1",
"prop-types": "^15.5.10",
"radium": "^0.19.1",
"react-copy-to-clipboard": "^5.0.0",
"react-hot-loader": "^1.3.1",
"reactify": "^1.1.1",
"watchify": "^3.2.3"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}