bruno/packages/grafnode-run/package.json

39 lines
922 B
JSON

{
"name": "@grafnode/www",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"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": {
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@grafnode/www": "^0.0.1",
"@tabler/icons": "^1.46.0",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.3",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}