-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 2.17 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
{
"name": "fclogo.top",
"private": true,
"version": "2.5.13",
"description": "Collection of football club vector logos",
"repository": "https://github.com/FCLOGO/fclogo.top.git",
"author": "@fclogo",
"license": "MIT",
"dependencies": {
"@mapbox/mapbox-gl-language": "^1.0.1",
"@tailwindcss/typography": "^0.5.15",
"algoliasearch": "4.24.0",
"autoprefixer": "^10.4.20",
"firebase": "^11.0.2",
"gatsby": "^5.14.0",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-firebase-v9.0": "^1.0.3",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-modal-routing-v5.0": "^5.0.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-postcss": "^6.14.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"gatsby-transformer-yaml": "^5.14.0",
"i18next": "^24.0.5",
"mapbox-gl": "^3.8.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-adsense": "^0.1.0",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.3",
"react-instantsearch": "^7.13.8",
"react-map-gl": "^7.1.7",
"react-responsive": "^10.0.0",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-replace": "^1.1.4",
"prettier": "^3.4.1",
"standard-version": "^9.5.0"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yaml,yml,md,mdx}\"",
"start": "npm run develop",
"serve": "gatsby build && gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"release": "standard-version && git push --follow-tags origin main"
},
"packageManager": "yarn@4.5.0"
}