mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@grafnode/run",
|
|
"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",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"classnames": "^2.3.1",
|
|
"codemirror": "^5.64.0",
|
|
"codemirror-graphql": "^1.2.5",
|
|
"escape-html": "^1.0.3",
|
|
"graphiql": "^1.5.9",
|
|
"graphql-request": "^3.7.0",
|
|
"immer": "^9.0.7",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^12.2.0",
|
|
"nanoid": "^3.1.30",
|
|
"next": "12.0.4",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-tabs": "^3.2.3",
|
|
"styled-components": "^5.3.3",
|
|
"tailwindcss": "^2.2.19"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-styled-components": "^2.0.2",
|
|
"babel-preset-next": "^1.4.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "12.0.4"
|
|
}
|
|
}
|