summaryrefslogtreecommitdiff
path: root/trongleposting-client/package.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-29 15:31:23 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-29 15:31:23 -0700
commite5ca48b03bd8330dec958a89c3aea87a2fbadb07 (patch)
treefb84dfc88158aed2a851421238384f2ec6b99873 /trongleposting-client/package.json
downloademacs-presentation-e5ca48b03bd8330dec958a89c3aea87a2fbadb07.tar.gz
emacs-presentation-e5ca48b03bd8330dec958a89c3aea87a2fbadb07.zip
working trongle and rought draft of emacs
Diffstat (limited to 'trongleposting-client/package.json')
-rw-r--r--trongleposting-client/package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/trongleposting-client/package.json b/trongleposting-client/package.json
new file mode 100644
index 0000000..692d258
--- /dev/null
+++ b/trongleposting-client/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "frontend",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@testing-library/jest-dom": "^5.16.2",
+ "@testing-library/react": "^12.1.4",
+ "@testing-library/user-event": "^13.5.0",
+ "crypto-js": "^4.1.1",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-scripts": "5.0.0",
+ "socket.io-client": "^4.4.1",
+ "web-vitals": "^2.1.4"
+ },
+ "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"
+ ]
+ }
+}