forked from floating-ui/popper.js.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.77 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
85
{
"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 <mathews.kyle@gmail.com>",
"dependencies": {
"@docsearch/react": "3.0.0-alpha.33",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@openfonts/luckiest-guy_latin": "^1.44.2",
"@pauliescanlon/gatsby-mdx-routes": "^0.0.4",
"@popperjs/core": "^2.7.0",
"@tippyjs/react": "^4.2.5",
"gatsby": "^2.32.3",
"gatsby-dynamical-navigation": "^0.4.1",
"gatsby-image": "^2.11.0",
"gatsby-link": "^2.11.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-emotion": "^5.4.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-mdx": "^1.10.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-preact": "^4.7.0",
"gatsby-plugin-preconnect": "^1.1.54",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-root-import": "^2.0.6",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-react-router-scroll": "^3.7.0",
"gatsby-redirect-from": "^0.3.0",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-find-replace": "^0.3.0",
"gatsby-remark-images": "^3.11.0",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"modern-normalize": "^1.0.0",
"preact": "^10.5.12",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-resize-aware": "^3.1.0",
"weighted-shuffle": "^0.2.0"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"patch-package": "^6.2.0",
"prettier": "^2.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "NODE_ENV=development gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build && cp CNAME public/ && gh-pages -d public --repo ${GITHUB_REPO}",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"resolutions": {
"@graphql-tools/merge": "6.2.7"
}
}