-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.21 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
99
100
101
{
"name": "rdela",
"description": "A source familiar with the situation",
"version": "2.1.0",
"author": "Ricky de Laveaga <https://rdela.com>",
"license": "SEE LICENSE IN license.txt",
"private": true,
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"d": "gatsby develop",
"dev": "gatsby develop",
"develop": "gatsby develop",
"devbuild": "GATSBY_ACTIVE_ENV=development gatsby build",
"format": "prettier --write \"{gatsby-*.js,src/**/*.js}\"",
"lint": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .js,.jsx .",
"serve": "gatsby serve",
"start": "gatsby develop",
"svgo": "svgo --pretty --indent=2 --config=svgo.yml --multipass -f ./src/svg",
"test": "GATSBY_ACTIVE_ENV=development gatsby build && gatsby serve"
},
"bugs": {
"url": "https://github.com/rdela/rdela.com/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdela/rdela.com.git"
},
"homepage": "https://rdela.com/",
"lint-staged": {
"*.{js,jsx}": [
"eslint --ignore-path .gitignore --ignore-path .prettierignore --fix",
"git add"
],
"*.{md,css,scss,yaml,yml}": [
"prettier --write",
"git add"
],
"*.svg": [
"svgo --pretty --indent=2 --config=svgo.yml --multipass",
"git add"
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"algoliasearch": "4.24.0",
"babel-plugin-styled-components": "2.1.4",
"gatsby": "5.13.6",
"gatsby-adapter-netlify": "^1.0.1",
"gatsby-plugin-algolia": "1.0.3",
"gatsby-plugin-feed": "5.13.1",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-lodash": "6.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-plugin-styled-components": "6.13.1",
"gatsby-plugin-typography": "5.13.1",
"gatsby-remark-copy-linked-files": "6.13.1",
"gatsby-remark-images": "7.13.1",
"gatsby-remark-numbered-footnotes": "1.0.1",
"gatsby-remark-prismjs": "7.13.1",
"gatsby-remark-responsive-iframe": "6.13.1",
"gatsby-remark-smartypants": "6.13.1",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-remark": "6.13.1",
"gatsby-transformer-sharp": "5.13.1",
"lodash": "4.17.21",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-instantsearch-dom": "6.40.4",
"react-typography": "0.16.23",
"styled-components": "6.1.12",
"typeface-source-code-pro": "1.1.13",
"typeface-source-sans-pro": "1.1.13",
"typeface-source-serif-pro": "1.1.13",
"typography": "0.16.24",
"typography-plugin-code": "0.16.20",
"typography-theme-github": "0.16.19"
},
"devDependencies": {
"eslint": "9.8.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"svgo": "3.3.2"
},
"keywords": [
"de Laveaga",
"gatsby",
"rdela",
"ricky"
]
}