adding workspaces install

This commit is contained in:
Arjun Patel
2022-01-28 14:16:29 -08:00
parent a3e6f7cf5e
commit fdb3b78817
33 changed files with 6642 additions and 3 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
{
"name": "nirvana",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
@@ -23,7 +24,8 @@
"react-hotkeys": "^2.0.0",
"react-icons": "^4.3.1",
"react-moment": "^1.1.1",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"@nirvana/common": "1.0.0"
},
"devDependencies": {
"@types/react": "^17.0.38",