Files
test/package.json
T
Dmytro Tkachenko e77a502035
Build Action / Run-Build (push) Failing after 41s
Actions
2024-10-22 22:11:22 +03:00

41 lines
1.1 KiB
JSON

{
"name": "market-trends-scouting",
"version": "1.0.0",
"private": true,
"description": "market-trends-scouting",
"author": "Dmytro Tkachenko",
"keywords": [
"gatsby"
],
"scripts": {
"start": "gatsby clean && gatsby develop",
"build": "gatsby clean && gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"gatsby": "^5.13.7",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-slick": "^0.30.2",
"react-tooltip": "5.28.0",
"sass": "^1.77.8",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"packageManager": "yarn@1.22.22"
}