aboutsummaryrefslogtreecommitdiff
path: root/paste-ui/package.json
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-01 20:09:08 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-01 20:09:08 -0500
commitfa6f3d619e6051d508d9f40c601f77f9b05e1784 (patch)
tree271bbceea5ebfb9face8ba8f02457f51044361f2 /paste-ui/package.json
parent1d63eabf1fca2d9e2477055e1be67e6f6c9b4b1b (diff)
downloadpaste-fa6f3d619e6051d508d9f40c601f77f9b05e1784.tar.gz
paste-fa6f3d619e6051d508d9f40c601f77f9b05e1784.tar.xz
Remove react UI
Diffstat (limited to 'paste-ui/package.json')
-rw-r--r--paste-ui/package.json38
1 files changed, 0 insertions, 38 deletions
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"
- ]
- }
-}