-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "argo",
"version": "1.0.0",
"private": true,
"description": "Argo",
"author": "Thiago Solcia",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@animated-burgers/burger-squeeze": "^1.1.2",
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"axios": "^0.28.0",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",
"gatsby": "^5.0.0",
"gatsby-plugin-google-gtag": "^5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-mdx": "^5.0.0",
"gatsby-plugin-react-helmet": "^6.0.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^6.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-sitemap": "^6.0.0",
"gatsby-remark-images": "^7.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"gsap": "^3.7.0",
"react": "^18.0.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.0.0",
"sass": "^1.34.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"gatsby-plugin-postcss": "^6.0.0",
"postcss": "^8.4.31",
"prettier": "2.3.1",
"tailwindcss": "^2.2.4"
}
}