-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "react-gists",
"version": "1.0.0",
"author": "Christian Korndoerfer",
"license": "MIT",
"keywords": [
"react",
"github",
"gist"
],
"homepage": "https://schnubor.github.io/react-gists/",
"description": "Embed Github Gists into your React application. Compatible with React 16.",
"main": "lib/index.js",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.12.0",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-scripts": "1.0.17",
"react-test-renderer": "^16.2.0"
},
"scripts": {
"build:lib": "babel src --out-dir lib"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}