2021-12-03 17:12:22 +01:00
|
|
|
{
|
|
|
|
"name": "@grafnode/components",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
2021-12-03 19:04:48 +01:00
|
|
|
"main": "dist/index.js",
|
2021-12-03 17:12:22 +01:00
|
|
|
"scripts": {
|
2021-12-04 12:30:03 +01:00
|
|
|
"watch:build": "webpack --watch --mode development",
|
2021-12-03 19:04:48 +01:00
|
|
|
"build": "webpack --mode production",
|
2021-12-03 17:12:22 +01:00
|
|
|
"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"
|
|
|
|
},
|
2021-12-03 19:04:48 +01:00
|
|
|
"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",
|
2021-12-03 21:33:46 +01:00
|
|
|
"classnames": "^2.3.1",
|
2021-12-04 12:30:03 +01:00
|
|
|
"codemirror": "^5.64.0",
|
2021-12-06 14:29:49 +01:00
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
"markdown-it": "^12.2.0",
|
2021-12-03 19:04:48 +01:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-tabs": "^3.2.3",
|
|
|
|
"styled-components": "^5.3.3",
|
|
|
|
"tailwindcss": "^2.2.19"
|
|
|
|
}
|
2021-12-03 17:12:22 +01:00
|
|
|
}
|