This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
100 lines (100 loc) · 3.55 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
{
"name": "NRRD",
"description": "This site provides open data about natural resource management on federal lands and waters in the United States, including oil, gas, coal, and other extractive industries.",
"version": "1.0.0",
"author": "Jeff Keene <jeff.keene@onrr.gov>",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@devexpress/dx-react-core": "^1.11.2",
"@devexpress/dx-react-grid": "^1.11.2",
"@devexpress/dx-react-grid-material-ui": "^1.11.2",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"@material-ui/core": "^4.7.1",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^4.0.0-alpha.34",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"ajv": "^6.10.2",
"babel-preset-gatsby": "^0.1.9",
"copy-dir": "^0.4.0",
"currency-formatter": "^1.5.5",
"d3": "^5.14.2",
"elasticlunr": "^0.9.5",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-react-hooks": "^1.6.1",
"gatsby": "^2.18.6",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-excel": "^2.2.17",
"gatsby-transformer-remark": "^2.6.39",
"gatsby-transformer-yaml": "^2.2.18",
"lazy.js": "^0.5.1",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-html-parser": "^2.0.2",
"react-redux": "^7.1.3",
"react-responsive": "^6.1.1",
"react-stickynode": "^2.1.1",
"react-virtualized": "^9.21.2",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.3",
"rehype-react": "^3.1.0",
"slugify": "^1.3.6",
"svg-react-loader": "^0.4.6",
"topojson-client": "^3.1.0",
"typescript": "^3.7.3",
"url-search-params-polyfill": "^7.0.0"
},
"keywords": [
"gatsby",
"redux"
],
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"build": "NODE_OPTIONS=--max_old_space_size=8192 gatsby build --prefix-paths",
"develop": "NODE_OPTIONS=--max_old_space_size=8192 gatsby develop --prefix-paths",
"serve": "gatsby serve",
"format": "eslint --fix 'src/**'",
"test": "jest",
"test-update-snapshots": "jest -u",
"setup-gatsby": "npm install",
"build-gatsby": "npm run build",
"release-gatsby": "npm run setup-gatsby && npm run build-gatsby",
"setup-blog": "cd blog-site && npm install",
"build-blog": "cd blog-site && npm run build",
"release-blog": "npm run setup-blog && npm run build-blog",
"federalist": "npm run release-blog && npm run build-gatsby",
"cloud-gov": "npm run release-blog && npm run build-gatsby"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-15": "^1.4.1",
"eslint": "^5.15.3",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"react-test-renderer": "^16.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ONRR/doi-extractives-data"
}
}