bruno/packages/grafnode-run/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

{
2021-12-03 19:46:54 +01:00
"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",
2021-12-03 20:37:38 +01:00
"@tippyjs/react": "^4.2.6",
2021-12-03 21:33:46 +01:00
"classnames": "^2.3.1",
"codemirror": "^5.64.0",
2021-12-05 17:04:03 +01:00
"codemirror-graphql": "^1.2.5",
"escape-html": "^1.0.3",
"graphiql": "^1.5.9",
"graphql-request": "^3.7.0",
2021-12-03 20:37:38 +01:00
"immer": "^9.0.7",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
2021-12-03 20:37:38 +01:00
"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": {
2021-12-03 19:46:54 +01:00
"babel-plugin-styled-components": "^2.0.2",
"babel-preset-next": "^1.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}