This repository has been archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
83 lines (83 loc) · 2.58 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
{
"name": "smakosh.com",
"description": "My personal website",
"version": "1.0.0",
"author": "Ismail Ghallou <ismai23l@hotmail.com>",
"keywords": [
"smakosh",
"personal",
"website",
"blog",
"gatsby"
],
"license": "AGPLv3",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"reset": "rm -rf cache/ public/",
"lint": "eslint src",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.10.0",
"deepmerge": "^4.2.2",
"disqus-react": "^1.0.5",
"dotenv": "^8.2.0",
"formik": "^2.0.4",
"gatsby": "^4.2.0",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-canonical-urls": "^4.2.0",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-feed": "^4.2.0",
"gatsby-plugin-google-analytics": "^4.2.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-nprogress": "^4.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-sitemap": "^5.2.0",
"gatsby-plugin-styled-components": "^5.2.0",
"gatsby-remark-autolink-headers": "^5.2.0",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-prismjs": "^6.2.0",
"gatsby-remark-responsive-iframe": "^5.2.0",
"gatsby-remark-smartypants": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-source-graphql": "^4.2.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"gatsby-transformer-yaml": "^4.2.0",
"prismjs": "^1.25.0",
"raf": "^3.4.1",
"react": "^17.0.2",
"react-async-script": "^1.2.0",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-share": "^4.4.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.3.11",
"prettier": "^2.4.1"
}
}