-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "catalina",
"version": "2.0.0",
"private": true,
"description": "Catalina",
"author": "Alfredo Navas",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "npx prettier '**/*.{js,jsx,ts,tsx,md,html,css,scss,json,yml}' --write || true",
"viewer": "tailwind-config-viewer -o"
},
"dependencies": {
"classnames": "^2.2.2",
"gatsby": "^5.5.0",
"gatsby-plugin-image": "^3.5.0",
"gatsby-plugin-manifest": "^5.5.0",
"gatsby-plugin-postcss": "^6.5.0",
"gatsby-plugin-react-helmet": "^6.5.0",
"gatsby-plugin-sharp": "^5.5.0",
"gatsby-plugin-sitemap": "^6.5.0",
"gatsby-source-datocms": "^5.0.4",
"gatsby-source-filesystem": "^5.5.0",
"gatsby-transformer-sharp": "^5.5.0",
"hamburger-react": "^2.4.1",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-datocms": "^4.0.8",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.4.1",
"react-share": "^4.4.1",
"react-syntax-highlighter": "^15.4.4"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.4.14",
"tailwind-config-viewer": "^1.7.2",
"tailwindcss": "^3.2.4"
}
}