-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 915 Bytes
/
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
{
"name": "is-google-analytics-illegal",
"version": "1.0.0",
"private": true,
"description": "Is Google Analytics illegal?",
"author": "Eli Kinsey",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"14": "^3.1.6",
"@fontsource/libre-franklin": "^4.5.0",
"gatsby": "^4.5.3",
"gatsby-plugin-breakpoints": "^1.3.6",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-posthog": "^1.0.1",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sitemap": "^5.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"gatsby-plugin-postcss": "^5.5.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15"
}
}