
react js var olan bir projeyi kurmaya destek lazım
10
●188
- 15-10-2024, 11:10:54üst dizindeki package.json
{
"name": "gainioz",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
iç kısımdaki package json
{
"name": "gainioz",
"version": "0.1.0",
"homepage": "https://gainioz-react.xpressbuddy.com",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.0",
"@mui/styled-engine-sc": "^5.11.0",
"@studio-freight/react-lenis": "^0.0.37",
"bootstrap": "^5.3.3",
"gsap": "^3.12.3",
"imagesloaded": "^5.0.0",
"isotope-layout": "^3.0.6",
"react": "^18.0.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-awesome-reveal": "^4.2.5",
"react-countup": "^6.4.2",
"react-datepicker": "^6.9.0",
"react-dom": "^18.0.0",
"react-medium-image-zoom": "^5.2.10",
"react-modal-video": "^2.0.1",
"react-redux": "^8.1.3",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"react-scroll-parallax": "^3.4.2",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.2",
"react-tooltip": "^5.28.0",
"reactstrap": "^9.1.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"sass": "^1.62.1",
"simple-parallax-js": "^5.6.2",
"simple-react-validator": "^1.6.2",
"slick-carousel": "^1.8.1",
"swiper": "^9.3.0",
"web-vitals": "^2.1.4",
"yet-another-react-lightbox": "^3.12.3"
},
"scripts": {
"start": "node src/index.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
} - 15-10-2024, 11:11:22basit bir hata aslında.. dev keyi ile tanımlanmış script yok diyor package.json dosyasında scripts diye bi bölüm olur onun altında dev tanımı var mı yok mu kontrol et veya buraya ekle biz bi bakalım
