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
+10
View File
@@ -0,0 +1,10 @@
{
"name": "nirvana",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/talksik/nirvana.git",
"author": "Arjun Patel <[email protected]>",
"license": "MIT",
"private": true,
"workspaces": ["packages/*"]
}
+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",