CoolFace
Apppublic

cutly/reactjs

sourceHugging Faceagpl-3.0updated 1y agoView on Hugging Face
0likes
package.json15 linesDownload Raw Back to root
1{2  "name": "learning-reactjs",3  "version": "1.0.0",4  "type": "common",5  "scripts": {6    "start": "node server.js"7  },8  "dependencies": {9    "express": "^4.17.1",10    "react": "^19.0.0",11    "react-dom": "^19.0.0",12    "react-native-gifted-chat": "^0.16.3",13    "socket.io": "^4.4.0"14  }15}