mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 17:33:28 +01:00
38 lines
1022 B
JSON
38 lines
1022 B
JSON
{
|
|
"name": "@grafnode/components",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"watch:build": "webpack --watch --mode development",
|
|
"build": "webpack --mode production",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/grafnode/grafnode.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/grafnode/grafnode/issues"
|
|
},
|
|
"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",
|
|
"classnames": "^2.3.1",
|
|
"codemirror": "^5.64.0",
|
|
"escape-html": "^1.0.3",
|
|
"markdown-it": "^12.2.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-tabs": "^3.2.3",
|
|
"styled-components": "^5.3.3",
|
|
"tailwindcss": "^2.2.19"
|
|
}
|
|
}
|