aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorNeil Kollack <nkollack@gmail.com>2022-03-20 01:14:53 -0500
committerNeil Kollack <nkollack@gmail.com>2022-03-20 01:14:53 -0500
commit67f3eab7aba135fe669589927954d34c2fe30c3e (patch)
treea722457789171dfa5ac4185f277c3211ee0f3a6e /package.json
parenta8cbe2ec227e2244457d12d99fb3cdb0fc599f37 (diff)
feat: garbage terminal
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 37 insertions, 3 deletions
diff --git a/package.json b/package.json
index 9dcfcf0..6ebdfe0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,41 @@
{
+ "name": "temp-term",
+ "version": "0.1.0",
+ "private": true,
"dependencies": {
- "react": "^16.14.0",
- "react-dom": "^16.14.0",
- "xterm": "^4.17.0"
+ "@testing-library/jest-dom": "^5.16.2",
+ "@testing-library/react": "^12.1.4",
+ "@testing-library/user-event": "^13.5.0",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-scripts": "5.0.0",
+ "web-vitals": "^2.1.4",
+ "xterm": "^4.18.0",
+ "xterm-addon-attach": "^0.6.0",
+ "xterm-addon-fit": "^0.5.0"
+ },
+ "scripts": {
+ "start": "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"
+ ]
}
}