-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
101 lines (101 loc) · 3.12 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "open-fda-gov",
"description": "openFDA website",
"version": "2.0.0",
"author": "Jack Finch <[email protected]>",
"scripts": {
"dev": "./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'",
"develop": "gatsby develop",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test:e2e": "start-server-and-test dev http://localhost:3000 cy:open",
"test:e2e:ci": "start-server-and-test dev http://localhost:3000 cy:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FDA/open.fda.gov.git"
},
"dependencies": {
"babel-eslint": "^10.1.0",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.7.2",
"chart.js": "^2.9.4",
"classnames": "2.2.5",
"copy-webpack-plugin": "4.2.0",
"core-js": "^3.8.0",
"create-react-class": "^15.7.0",
"date-fns": "^2.23.0",
"dateformat": "3.0.2",
"eslint": "^7.14.0",
"eslint-config-react-tools": "^1.1.7",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"file-saver": "1.3.3",
"flow": "^0.2.3",
"gatsby": "^2.0.0",
"gatsby-link": "^2.7.0",
"gatsby-plugin-flow": "^1.6.0",
"gatsby-plugin-layout": "^1.6.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-stylus": "^2.6.0",
"gatsby-remark-autolink-headers": "^2.7.0",
"gatsby-remark-copy-linked-files": "^2.6.0",
"gatsby-remark-prismjs": "^3.9.0",
"gatsby-remark-responsive-iframe": "^2.7.0",
"gatsby-remark-smartypants": "^2.6.0",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-remark": "^2.12.0",
"html-react-parser": "^0.14.2",
"immutability-helper": "^2.6.6",
"jquery": "^3.5.1",
"localforage": "^1.5.2",
"marked": "^1.1.1",
"matchmedia": "^0.1.2",
"nib": "^1.1.2",
"node-sass": "^4.14.1",
"pondjs": "0.8.7",
"prismjs": "^1.22.0",
"raw-loader": "^4.0.2",
"rc-slider": "8.3.1",
"react": "^16.4.2",
"react-autosuggest": "^9.3.2",
"react-chartjs-2": "^2.11.1",
"react-custom-scrollbars": "^4.2.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.4.2",
"react-helmet": "^5.1.3",
"react-highlight.js": "^1.0.7",
"react-joyride": "^2.0.5",
"react-modal": "^3.1.0",
"react-promise": "2.0.0",
"react-radio-group": "^3.0.2",
"react-select": "2.4.4",
"react-sticky-state": "^2.1.9",
"react-table": "6.9.0",
"react-timeseries-charts": "^0.14.0",
"react-tippy": "^1.2.3",
"react-transition-group": "^2.2.1",
"reactstrap": "^7.1.0",
"recharts": "1.8.5",
"scroll-into-view": "^1.9.1",
"typescript": "^4.1.2",
"whatwg-fetch": "^3.5.0",
"xlsx": "0.16.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"devDependencies": {
"cypress": "^9.2.1",
"cypress-multi-reporters": "^1.5.0",
"mocha-junit-reporter": "^2.0.2",
"prettier": "^1.19.1",
"start-server-and-test": "^1.14.0"
}
}