generated from flotiq/gatsby-starter-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
83 lines (83 loc) · 2.66 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": "flotiq-gatsby-portfolio-2",
"private": true,
"description": "Flotiq gatsby starter for project portfolio",
"version": "1.0.0",
"license": "MIT",
"author": "Flotiq team <helo@flotiq.com> (https://flotiq.com/)",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint --ext .js,.jsx ."
},
"dependencies": {
"@fontsource/archivo": "^5.0.19",
"@fontsource/inter": "^5.0.20",
"@fontsource/lora": "^5.0.18",
"@headlessui/react": "^2.1.3",
"@heroicons/react": "1.0.6",
"@popperjs/core": "^2.11.8",
"@tailwindcss/typography": "^0.5.15",
"flotiq-components-react": "^2.0.1",
"gatsby": "^5.13.7",
"gatsby-plugin-gatsby-cloud": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.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-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-flotiq": "^5.2.3",
"gatsby-transformer-sharp": "^5.13.1",
"node": "^22.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-multi-carousel": "^2.8.5",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@hot-loader/react-dom": "17.0.2",
"@typescript-eslint/parser": "^8.4.0",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10"
},
"repository": {
"type": "git",
"url": "https://github.com/flotiq/flotiq-gatsby-portfolio-2"
},
"bugs": {
"url": "https://github.com/flotiq/flotiq-gatsby-portfolio-2/issues"
},
"resolutions": {
"webpack": "^5.94.0"
}
}