From 59520f843364a14dc910bd890f9ac0a2b0a076e0 Mon Sep 17 00:00:00 2001 From: Ayumi Date: Fri, 16 Aug 2024 17:03:47 +0100 Subject: [PATCH 1/2] Add files via upload --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..11dc8ed --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ + { + "name": "Charting Show", + "version": "1.0.0", + "private": true, + "scripts": { + "test": "" + }, + "keywords": [], + "author": "Charting Show", + "license": "GPL-3.0", + "dependencies": { + "react": "^18.0.0", + "react-dom": "^18.0.0", + "react-scripts": "^5.0.0" + }, + "description": "Learn new crypto trading techniques and strategies. Find out what the Pro traders are doing right now!" +} From c2b7403fa7aff86a1445b3a5708dbe9bb3dd2650 Mon Sep 17 00:00:00 2001 From: Ayumi Date: Sat, 17 Aug 2024 00:56:44 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 11dc8ed..63bb4d5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,10 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "react-scripts": "^5.0.0" + "react-scripts": "^5.0.0", + "nth-check": "^2.0.0", + "micromatch ": "^4.0.0", + "postcss": "^8.0.0" }, "description": "Learn new crypto trading techniques and strategies. Find out what the Pro traders are doing right now!" }