-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.23 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
{
"name": "www.rolandoramos.tech",
"version": "3.7.0",
"author": "Rolando Ramos",
"description": "Personal blog from Rolando Ramos",
"license": "MIT",
"homepage": "https://www.rolandoramos.tech",
"engines": {
"node": ">=18.12.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolspace/www.rolandoramos.tech.git"
},
"packageManager": "yarn@3.3.1",
"scripts": {
"build": "gatsby clean && gatsby build",
"deploy": "yarn build && gatsby-plugin-s3 deploy",
"develop": "gatsby clean && gatsby develop",
"eslint": "eslint .",
"format": "prettier-standard --write gatsby-{browser,config,node}.js src/**/*.{js,jsx}",
"start": "yarn develop",
"serve": "gatsby serve"
},
"dependencies": {
"@fontsource/amiri": "^4.5.10",
"@fontsource/poppins": "^4.5.10",
"@rebass/grid": "^6.1.0",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^5.3.3",
"gatsby-plugin-feed": "^5.3.1",
"gatsby-plugin-google-analytics": "^5.3.0",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-react-helmet": "^6.3.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-styled-components": "^6.3.0",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-images": "^7.3.1",
"gatsby-remark-prismjs": "^7.3.0",
"gatsby-remark-responsive-iframe": "^6.4.0",
"gatsby-remark-smartypants": "^6.3.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.7.1",
"react-is": "^18.2.0",
"react-typography": "^0.16.23",
"styled-components": "^5.3.6"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-standard": "^5.0.0",
"gatsby-plugin-s3": "^0.3.8",
"prettier-standard": "^16.4.1"
}
}