-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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": "open-disclosure-sj",
"private": true,
"description": "A website for keeping tabs on the influence of money in San José elections",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"@loadable/component": "^5.15.2",
"apexcharts": "^3.35.3",
"gatsby": "^4.0.0",
"gatsby-plugin-eslint": "^4.0.1",
"gatsby-plugin-google-analytics": "^4.25.0",
"gatsby-plugin-react-axe": "^0.5.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sass": "^5.25.0",
"gatsby-plugin-slug-field": "^4.0.3",
"gatsby-source-apiserver": "^2.1.7",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-json": "^4.25.0",
"iframe-resizer-react": "^1.0.4",
"node-sass": "^9.0.0",
"react": "^16.10.1",
"react-apexcharts": "^1.4.0",
"react-dom": "^16.10.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.8.0",
"react-select": "^3.1.0",
"typeface-bitter": "^0.0.71",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.3",
"prettier": "^1.18.2"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^16.10.1"
}
},
"repository": {
"type": "git",
"url": "https://github.com/codeforsanjose/open-disclosure"
}
}