-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.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
{
"name": "phaser-plugins",
"version": "2.0.0",
"private": true,
"description": "Unofficial open source plugin catalog for the Phaser framework.",
"author": "Austen Morgan",
"keywords": [
"gatsby"
],
"repository": "https://github.com/austencm/phaser-plugins",
"homepage": "https://phaserplugins.com",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@netlify/functions": "^1.0.0",
"autoprefixer": "^10.4.4",
"dayjs": "^1.11.3",
"flexsearch": "^0.6.32",
"gatsby": "^4.5.2",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-analytics": "^4.5.0",
"gatsby-plugin-google-gtag": "^4.16.0",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-postcss": "^5.11.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-webfonts": "^2.2.1",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-source-github-api": "^1.0.0",
"gatsby-transformer-sharp": "^4.5.0",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"postcss-preset-env": "^7.4.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"tailwindcss": "^3.0.23"
}
}