LocChat/client/package.json
2022-03-08 12:10:53 -07:00

24 lines
541 B
JSON

{
"name": "nestclientstarterapp-client",
"version": "1.0.0",
"description": "",
"scripts": {
"watch": "parcel watch ./index.js --dist-dir ../static",
"build": "parcel build ./index.js --dist-dir ../static"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.0",
"parcel": "^2.0.1",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6",
"socket.io-client": "^4.4.1"
}
}