-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.92 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
{
"name": "dnd-5e",
"private": true,
"description": "",
"version": "0.1.0",
"author": "Jeremy Liberman <jeremy@jeremyliberman.com>",
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.2.1",
"@mosch/gatsby-source-github": "^0.4.1",
"dotenv": "^6.2.0",
"downshift": "^3.2.7",
"elasticlunr": "^0.9.5",
"gatsby": "^2.15.29",
"gatsby-image": "^2.2.24",
"gatsby-plugin-layout": "^1.1.10",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-postcss": "^2.1.10",
"gatsby-plugin-react-helmet": "^3.0.7",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-transformer-json": "^2.2.12",
"gatsby-transformer-sharp": "^2.2.20",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"react-scale-text": "^1.2.2",
"slugify": "^1.3.4",
"use-media": "^1.3.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"prettier": "^1.16.4",
"tailwindcss": "^1.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}