{ "name": "tea-www", "version": "0.1.0", "description": "basic react config for https://tea.xyz", "main": "index.js", "scripts": { "build": "npx babel src --out-dir lib --no-babelrc" }, "repository": { "type": "git", "url": "git+https://github.com/teaxyz/www.git" }, "author": "Jacob Heider ", "license": "CC-BY-NC-4.0", "bugs": { "url": "https://github.com/teaxyz/www/issues" }, "homepage": "https://github.com/teaxyz/www#readme", "dependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.2", "@babel/preset-react": "^7.18.6" } }