-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 KB
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
{
"name": "nazareno-central-de-barueri",
"version": "1.0.0",
"private": true,
"description": "Nazareno Central de Barueri",
"author": "azabraao",
"keywords": [
"gatsby"
],
"main": "src/pages/index.js",
"typings": "src/pages/index.js",
"scripts": {
"develop": "gatsby develop --open",
"start": "gatsby develop --open",
"build": "CI= gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@fontsource/raleway": "^4.5.3",
"clsx": "^1.1.1",
"gatsby": "^5.14.3",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"gbimage-bridge": "^0.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animation-delay": "^2.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint-config-react-app": "^7.0.0",
"gatsby-plugin-postcss": "^5.7.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23"
}
}