forked from FDA/open.fda.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.38 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
67
68
69
70
71
72
73
74
75
76
{
"name": "open-fda-gov",
"description": "openFDA website",
"version": "2.0.0",
"author": "Jack Finch <[email protected]>",
"scripts": {
"dev:css": "./node_modules/.bin/stylus -o ./src/css/build/app.css -I ./node-modules/nib ./src/css/app.styl",
"dev:site": "./node_modules/.bin/gatsby develop -H 0.0.0.0 -p 3000",
"build": "./node_modules/.bin/gatsby build --verbose",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FDA/open.fda.gov.git"
},
"dependencies": {
"babel-eslint": "^8.0.1",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.1",
"chart.js": "1.1.1",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.2.0",
"create-react-class": "^15.6.3",
"dateformat": "^3.0.2",
"eslint": "^4.9.0",
"eslint-config-react-tools": "^1.1.2",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"flow": "^0.2.3",
"gatsby": "^1.9.277",
"gatsby-link": "1.6.22",
"gatsby-plugin-react-helmet": "1.0.8",
"gatsby-plugin-stylus": "1.1.10",
"gatsby-remark-autolink-headers": "^1.4.11",
"gatsby-remark-copy-linked-files": "^1.5.22",
"gatsby-remark-prismjs": "^1.2.11",
"gatsby-remark-responsive-iframe": "^1.4.16",
"gatsby-remark-smartypants": "^1.4.10",
"gatsby-source-filesystem": "2.0.0-alpha.1",
"gatsby-transformer-remark": "1.7.24",
"html-react-parser": "0.4.0",
"immutability-helper": "^2.5.0",
"jquery": "^3.2.1",
"localforage": "^1.5.2",
"marked": "0.3.9",
"matchmedia": "^0.1.2",
"nib": "^1.1.2",
"pondjs": "0.8.7",
"rc-slider": "8.3.1",
"react-autosuggest": "^9.3.2",
"react-chartjs": "^0.8.0",
"react-custom-scrollbars": "^4.2.1",
"react-document-title": "^2.0.3",
"react-highlight": "^0.10.0",
"react-modal": "^3.1.0",
"react-promise": "^2.0.0",
"react-radio-group": "^3.0.2",
"react-select": "^1.2.1",
"react-sticky-state": "^2.1.9",
"react-timeseries-charts": "0.12.8",
"react-transition-group": "^2.2.1",
"recharts": "1.0.0-beta.0",
"scroll-into-view": "^1.9.1",
"stylus": "^0.54.5",
"whatwg-fetch": "2.0.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"devDependencies": {
"prettier": "^1.7.4"
}
}