-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.6 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
{
"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 --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@animated-burgers/burger-squeeze": "^1.1.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"axios": "^0.21.1",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",
"gatsby": "^3.6.2",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-mdx": "^2.7.1",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.7.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-remark-images": "^5.4.1",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-remark": "^4.3.0",
"gatsby-transformer-sharp": "^3.6.0",
"react": "^17.0.1",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.34.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"gatsby-plugin-postcss": "^4.7.0",
"gh-pages": "^3.2.3",
"postcss": "^8.3.0",
"prettier": "2.3.1",
"tailwind-config-viewer": "^1.6.2",
"tailwindcss": "^2.2.4"
}
}