feat: module sharing is working across components and run packages

This commit is contained in:
Anoop M D
2021-12-03 23:34:48 +05:30
parent e04bf87bf1
commit fd4ac03a97
24 changed files with 24078 additions and 380 deletions

View File

@@ -2,8 +2,9 @@
"name": "@grafnode/components",
"version": "0.0.1",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -15,5 +16,17 @@
"bugs": {
"url": "https://github.com/grafnode/grafnode/issues"
},
"homepage": "https://github.com/grafnode/grafnode#readme"
"homepage": "https://github.com/grafnode/grafnode#readme",
"dependencies": {
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tabs": "^3.2.3",
"styled-components": "^5.3.3",
"tailwindcss": "^2.2.19"
}
}