LocChat/client/package.json

24 lines
541 B
JSON
Raw Normal View History

2021-11-16 21:14:46 -05:00
{
"name": "nestclientstarterapp-client",
"version": "1.0.0",
"description": "",
2021-11-23 16:04:12 -05:00
"scripts": {
"watch": "parcel watch ./index.js --dist-dir ../static",
2021-12-04 22:47:18 -05:00
"build": "parcel build ./index.js --dist-dir ../static"
2021-11-23 16:04:12 -05:00
},
2021-11-16 21:14:46 -05:00
"author": "",
"license": "ISC",
2021-11-23 16:04:12 -05:00
"devDependencies": {
"autoprefixer": "^10.4.0",
"parcel": "^2.0.1",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19"
},
2021-11-16 21:14:46 -05:00
"dependencies": {
"react": "^17.0.2",
2021-11-20 20:18:58 -05:00
"react-dom": "^17.0.2",
2022-03-08 14:10:53 -05:00
"react-router-dom": "6",
"socket.io-client": "^4.4.1"
2021-11-16 21:14:46 -05:00
}
}