{ "name": "market_place_nft", "version": "1.0.0", "description": "## Setup", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack --mode development --watch" }, "repository": { "type": "git", "url": "http://gogs.ici.ro:3000/mihai.apostol/Market_Place_NFT.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.17.10", "@babel/preset-env": "^7.17.10", "@babel/preset-react": "^7.16.7", "babel-loader": "^8.2.5", "webpack-cli": "^4.9.2" }, "dependencies": { "react": "^18.1.0", "react-dom": "^18.1.0", "styled-components": "^5.3.0" } }