-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
84 lines (84 loc) · 2.64 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
{
"name": "undefined.fm",
"version": "1.0.0",
"repository": "[email protected]:jaredpalmer/theundefined.git",
"author": "Jared Palmer <[email protected]>",
"license": "MIT",
"scripts": {
"start": "rm -rf .cache && gatsby develop",
"build": "rm -rf .cache && gatsby build --prefix-links",
"test": "echo \"yay\""
},
"resolutions": {
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2"
},
"dependencies": {
"@reach/visually-hidden": "^0.1.2",
"@types/node": "10.12.26",
"@types/qs": "^6.5.1",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/react-helmet": "^5.0.6",
"axios": "^0.18.0",
"date-fns": "^1.29.0",
"dotenv": "^6.0.0",
"formik": "^1.5.0",
"gatsby": "^2.0.119",
"gatsby-image": "^2.0.15",
"gatsby-plugin-canonical-urls": "^2.0.0-beta.2",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-glamor": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.0.0-beta.2",
"gatsby-plugin-netlify": "^2.0.5",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
"gatsby-plugin-remove-trailing-slashes": "^2.0.0-beta.2",
"gatsby-plugin-sharp": "^2.2.22",
"gatsby-plugin-sitemap": "^2.0.0-beta.2",
"gatsby-plugin-twitter": "^2.0.13",
"gatsby-plugin-typography": "2.2.5",
"gatsby-remark-autolink-headers": "^1.4.13-9",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-highlights": "^1.3.4",
"gatsby-remark-images": "^2.0.4",
"gatsby-remark-relative-images": "^0.2.0",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-remark-responsive-image": "^1.0.0-alpha13-alpha.435e0178",
"gatsby-source-atom": "^0.2.0",
"gatsby-source-filesystem": "^2.0.0-alpha.13",
"gatsby-transformer-remark": "^2.0.1-11",
"gatsby-transformer-sharp": "^2.2.14",
"glamor": "^2.20.40",
"popmotion": "^8.2.2",
"qs": "^6.5.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-helmet": "^5.2.0",
"react-media": "^1.8.0",
"react-pose": "^2.1.2",
"react-typography": "^0.16.18",
"request": "^2.87.0",
"serve": "^9.2.0",
"ts-loader": "^4.3.0",
"tslint": "^5.12.1",
"typescript": "^2.8.3",
"typography": "^0.16.18",
"typography-theme-bootstrap": "^0.16.18",
"unfetch": "^4.0.1"
},
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^0.5.2",
"fs-extra": "^7.0.0",
"gh-pages": "^1.2.0",
"request-promise": "^4.2.2",
"shelljs": "^0.8.2",
"tslint-config-palmerhq": "^1.0.2",
"tslint-config-prettier": "^1.18.0"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"semi": true
}
}