-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "open-checkbook",
"description": "Open Checkbook",
"version": "1.0.0",
"author": "IET Team <iet@detroitmi.gov>",
"dependencies": {
"gatsby": "next",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-less": "^2.0.0-beta.5",
"gatsby-plugin-react-helmet": "next",
"gatsby-source-pg": "^0.1.4",
"gh-pages": "^2.0.1",
"highcharts": "^7.1.2",
"highcharts-react-official": "^2.2.2",
"less": "^3.8.1",
"numeral": "^2.0.6",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"semantic-ui-less": "^2.3.3",
"semantic-ui-react": "^0.87.1"
},
"keywords": [
"gatsby"
],
"license": "ISC",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"prettier": "^1.13.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfDetroit/open-checkbook.git"
},
"bugs": {
"url": "https://github.com/CityOfDetroit/open-checkbook/issues"
}
}