From a79efd62d8374b8e006192fea5031166f5323cb8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 5 Mar 2024 21:18:20 +0000 Subject: [PATCH] new --- package.json | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 7aef705..e08c291 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ + GNU nano 6.2 reete { "name": "reet024", - "version": "0.0.5", - "description": "A utility tool for running tips on your command line interface.", - "author": { - "name": "flechemano", - "email": "flechemano@gmail.com", - "url": "https://github.com/flechemano" + "version": "0.0.12", + "description": "This project was bootstrapped with Create React App.", + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build" }, "license": "MIT", "repository": { @@ -23,8 +23,26 @@ }, "homepage": "https://github.com/flechemano/Reet", "dependencies": { - "express": "^4.17.1", - "lodash": "^4.17.21", - "npm": "^10.5.0" - } + "gulp": "^3.9.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-scripts": "^5.0.1", + "web-vitals": "^2.1.4", + "blacktea024": "^0.1.5" + }, + "dependents": [ + { + "name": "@flechemano/black-tea", + "version": "0.0.9" + }, + { + "name": "blackteaswap024", + "version": "1.0.0" + } + ], + "author": "flechemano", + "devDependencies": { + "mocha": "^10.1.0" + }, + "private": false }