mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 00:24:08 +00:00
feat: module sharing is working across components and run packages
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user