-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "sparker888",
"version": "2.0.0",
"private": true,
"description": "Gatsy starter that includes Tailwindcss, twin.macro, and GSAP",
"author": "Stephen Parker",
"keywords": [
"gatsby",
"gatsby starter",
"starter",
"tailwind",
"tailwindcss",
"twin.macro",
"mdx",
"filesystem route api",
"filesystem route"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sparker888/sparker888"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-syntax-flow": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.21.0",
"@fontsource/inria-serif": "^4.5.1",
"@fontsource/libre-caslon-text": "^4.5.0",
"@fontsource/montserrat": "^4.5.2",
"@heroicons/react": "^1.0.5",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^2.3.0",
"@tailwindcss/aspect-ratio": "^0.2.2",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.27.2",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^10.0.0",
"eslint": "^8.36.0",
"eslint-config-react-app": "^7.0.1",
"gatsby": "^5.8.0",
"gatsby-background-image": "^1.6.0",
"gatsby-cli": "^4.5.2",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-facebook-pixel": "^1.0.8",
"gatsby-plugin-gatsby-cloud": "^5.9.0-next.0",
"gatsby-plugin-google-tagmanager": "^5.8.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-mdx": "^5.8.0",
"gatsby-plugin-mdx-embed": "^1.1.3",
"gatsby-plugin-react-helmet": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-plugin-styled-components": "^6.8.0",
"gatsby-remark-images": "^7.8.0",
"gatsby-source-contentful": "^8.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"gbimage-bridge": "^0.2.2",
"gsap": "^3.9.1",
"mdx-embed": "^1.1.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.5.0",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.26.0",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-is": "^18.2.0",
"react-scrollup-lite": "^0.4.0",
"sharp": "^0.30.1",
"simple-react-lightbox": "^3.6.9-0",
"styled-components": "^5.3.5",
"stylelint": "^15.3.0",
"stylelint-config-recommended": "^11.0.0",
"twin.macro": "^2.8.2",
"typescript": "^5.0.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"babel-plugin-lodash": "^3.3.4",
"gatsby-plugin-postcss": "^6.8.0",
"postcss": "^8.4.5",
"tailwindcss": "^2.2.19",
"webpack": "^5.76.3"
}
}