Landing/package.json
2024-07-16 17:12:11 +03:00

46 lines
1.2 KiB
JSON

{
"name": "mid-creative",
"version": "1.0.0",
"private": true,
"description": "MID Creative",
"author": "katherineus",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint:prettier": "yarn prettier ./src --check",
"format:prettier": "yarn prettier ./src -w"
},
"dependencies": {
"@splidejs/react-splide": "^0.7.12",
"axios": "^1.6.5",
"gatsby": "^5.13.3",
"gatsby-plugin-google-analytics": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sass": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^14.0.0",
"sass": "^1.70.0",
"swiper": "^11.0.5"
},
"devDependencies": {
"prettier": "^3.3.2"
}
}