-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.41 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@uiw/react-md-editor": "^3.23.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"firebase": "^9.17.2",
"gatsby": "^4.18.2",
"gatsby-plugin-emotion": "^7.18.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-image": "^2.18.1",
"gatsby-plugin-mdx": "^4.2.0",
"gatsby-plugin-offline": "^5.18.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^4.18.1",
"gatsby-plugin-typescript": "^4.18.1",
"gatsby-remark-copy-linked-files": "^5.19.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.19.0",
"gatsby-remark-smartypants": "^5.19.0",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^4.18.1",
"gatsby-source-sanity": "^7.9.1",
"gatsby-transformer-remark": "^5.19.0",
"patch-package": "^6.5.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.9",
"@types/react-toggle": "^4.0.3",
"env-cmd": "^10.1.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "env-cmd -f .env gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "env-cmd -f .env gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"tsc": "tsc",
"postinstall": "npx patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-default.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-default#readme",
"main": "gatsby-browser.js"
}