-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.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
{
"name": "nattp-blog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.12.3",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^6.5.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@lyket/react": "^1.4.8",
"autoprefixer": "^10.4.12",
"babel-eslint": "^10.1.0",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"gatsby": "^4.4.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-cli": "^4.4.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-remark-autolink-headers": "^5.24.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^6.24.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-strapi": "^2.0.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"html-react-parser": "^3.0.4",
"isomorphic-dompurify": "^1.8.0",
"postcss": "^8.4.18",
"prismjs": "^1.29.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-medium-image-zoom": "^5.2.4",
"sharp": "^0.31.1",
"tailwindcss": "^3.2.1",
"web-vitals": "^1.0.1",
"webpack": "^5.74.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"prettier": "^2.3.1"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}