From fa6f3d619e6051d508d9f40c601f77f9b05e1784 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 1 Jan 2023 20:09:08 -0500 Subject: Remove react UI --- paste-ui/package.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 paste-ui/package.json (limited to 'paste-ui/package.json') diff --git a/paste-ui/package.json b/paste-ui/package.json deleted file mode 100644 index e98d61d..0000000 --- a/paste-ui/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "paste-ui", - "version": "0.1.0", - "private": true, - "dependencies": { - "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^13.5.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" - }, - "scripts": { - "start": "BROWSER=none react-scripts start", - "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" - ] - } -} -- cgit v1.2.3