-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.35 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
{
"name": "metric",
"private": false,
"description": "Measuring what's happening around the world",
"version": "0.1.0",
"author": "Cameron Cabo <[email protected]>",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"develop": "gatsby develop",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write '{config,src}/**/*.{js,jsx,json,md,ts,tsx}'",
"lint": "eslint '{config,src}/**/*.{ts,tsx}'"
},
"dependencies": {
"core-js": "^3.6.4",
"disqus-react": "^1.0.8",
"dotenv": "^8.2.0",
"gatsby": "^2.18.12",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.2.34",
"gatsby-plugin-feed": "^2.5.4",
"gatsby-plugin-google-analytics": "^2.3.3",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-remote-images": "^1.0.7",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-styled-components": "^3.1.17",
"gatsby-plugin-typescript": "^2.1.26",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-source-ghost": "^4.0.4",
"gatsby-transformer-sharp": "^2.3.7",
"intersection-observer": "^0.10.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-is": "^16.12.0",
"reading-time": "^1.2.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/lunr": "^2.3.3",
"@types/node": "^13.1.7",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.2",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"eslint": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prefer-arrow": "^1.1.7",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^2.0.2",
"source-map-support": "^0.5.19",
"ts-node": "^8.10.2",
"typescript": "^3.7.5"
},
"keywords": [
"metric",
"upenn",
"global",
"journalism"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cacabo/metric"
},
"bugs": {
"url": "https://github.com/cacabo/metric/issues"
}
}