-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
59 lines (59 loc) · 1.7 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
{
"name": "flotiq-blog",
"version": "1.0.0",
"private": true,
"description": "Flotiq Blog",
"author": "Flotiq <[email protected]>",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/inter": "^5.0.17",
"@restart/ui": "1.6.6",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.6.0",
"flotiq-components-react": "^2.0.0",
"gatsby": "^5.13.3",
"gatsby-plugin-disqus": "^1.2.6",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-hotjar": "^1.1.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-flotiq": "^5.2.2",
"gatsby-transformer-sharp": "^5.13.1",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"query-string": "^7.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-cookie": "^7.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.71.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"file-loader": "^6.2.0",
"prettier": "^3.2.5"
}
}