bruno/packages/grafnode-components/package.json
2021-12-31 22:28:40 +05:30

40 lines
1.1 KiB
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",
"@tabler/icons": "^1.46.0",
"classnames": "^2.3.1",
"codemirror": "^5.64.0",
"escape-html": "^1.0.3",
"markdown-it": "^12.2.0",
"nanoid": "^3.1.30",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tabs": "^3.2.3",
"styled-components": "^5.3.3",
"tailwindcss": "^2.2.19"
}
}