2022-10-09 12:43:11 +02:00
|
|
|
{
|
|
|
|
"name": "@usebruno/app",
|
2022-11-10 23:23:51 +01:00
|
|
|
"version": "0.3.0",
|
2022-10-09 12:43:11 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-10-24 18:40:01 +02:00
|
|
|
"dev": "cross-env ENV=dev next dev -p 3000",
|
2022-10-16 16:31:23 +02:00
|
|
|
"build": "next build && next export",
|
2022-10-09 12:43:11 +02:00
|
|
|
"start": "next start",
|
2022-10-20 11:39:30 +02:00
|
|
|
"lint": "next lint",
|
2023-02-01 01:37:43 +01:00
|
|
|
"test": "jest",
|
2023-10-11 12:57:12 +02:00
|
|
|
"test:prettier": "prettier --check \"./src/**/*.{js,jsx,json,ts,tsx}\"",
|
2022-10-20 11:39:30 +02:00
|
|
|
"prettier": "prettier --write \"./src/**/*.{js,jsx,json,ts,tsx}\""
|
2022-10-09 12:43:11 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-23 22:54:24 +02:00
|
|
|
"@fontsource/inter": "^5.0.15",
|
2022-10-13 18:38:36 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.16",
|
|
|
|
"@reduxjs/toolkit": "^1.8.0",
|
|
|
|
"@tabler/icons": "^1.46.0",
|
|
|
|
"@tippyjs/react": "^4.2.6",
|
2024-01-29 12:47:24 +01:00
|
|
|
"@usebruno/common": "0.1.0",
|
2022-11-07 23:05:58 +01:00
|
|
|
"@usebruno/graphql-docs": "0.1.0",
|
2024-03-12 22:35:29 +01:00
|
|
|
"@usebruno/schema": "0.7.0",
|
2023-10-30 18:03:32 +01:00
|
|
|
"axios": "^1.5.1",
|
2022-10-13 18:38:36 +02:00
|
|
|
"classnames": "^2.3.1",
|
2024-01-05 10:22:29 +01:00
|
|
|
"codemirror": "5.65.2",
|
|
|
|
"codemirror-graphql": "1.2.5",
|
2023-11-07 21:06:37 +01:00
|
|
|
"cookie": "^0.6.0",
|
2022-10-13 18:38:36 +02:00
|
|
|
"escape-html": "^1.0.3",
|
2023-11-08 14:49:03 +01:00
|
|
|
"file": "^0.2.2",
|
2022-10-15 00:34:45 +02:00
|
|
|
"file-dialog": "^0.0.8",
|
2022-10-14 23:37:50 +02:00
|
|
|
"file-saver": "^2.0.5",
|
2022-10-13 18:38:36 +02:00
|
|
|
"formik": "^2.2.9",
|
2023-10-08 10:53:16 +02:00
|
|
|
"github-markdown-css": "^5.2.0",
|
2022-10-13 18:38:36 +02:00
|
|
|
"graphiql": "^1.5.9",
|
2023-02-01 00:39:42 +01:00
|
|
|
"graphql": "^16.6.0",
|
2022-10-13 18:38:36 +02:00
|
|
|
"graphql-request": "^3.7.0",
|
2024-08-22 14:43:29 +02:00
|
|
|
"httpsnippet": "^3.0.6",
|
2024-08-26 07:39:50 +02:00
|
|
|
"i18next": "^23.14.0",
|
2022-10-13 18:38:36 +02:00
|
|
|
"idb": "^7.0.0",
|
2022-10-16 13:10:54 +02:00
|
|
|
"immer": "^9.0.15",
|
2023-11-07 21:06:37 +01:00
|
|
|
"jsesc": "^3.0.2",
|
2023-11-08 14:49:03 +01:00
|
|
|
"jshint": "^2.13.6",
|
2024-01-29 18:59:31 +01:00
|
|
|
"json5": "^2.2.3",
|
2024-04-09 23:24:28 +02:00
|
|
|
"jsonc-parser": "^3.2.1",
|
2024-08-23 22:43:13 +02:00
|
|
|
"jsonlint": "^1.6.3",
|
2024-08-26 07:39:50 +02:00
|
|
|
"jsonpath-plus": "^7.2.0",
|
2023-09-29 13:59:09 +02:00
|
|
|
"know-your-http-well": "^0.5.0",
|
2022-10-13 18:38:36 +02:00
|
|
|
"lodash": "^4.17.21",
|
2023-10-08 10:53:16 +02:00
|
|
|
"markdown-it": "^13.0.2",
|
2024-08-23 21:31:55 +02:00
|
|
|
"markdown-it-replace-link": "^1.2.0",
|
2022-10-13 18:38:36 +02:00
|
|
|
"mousetrap": "^1.6.5",
|
2022-10-15 16:44:43 +02:00
|
|
|
"nanoid": "3.3.4",
|
2022-11-10 23:23:51 +01:00
|
|
|
"next": "12.3.3",
|
2022-10-15 16:44:43 +02:00
|
|
|
"path": "^0.12.7",
|
2023-11-16 19:43:01 +01:00
|
|
|
"pdfjs-dist": "^3.11.174",
|
2022-10-30 13:18:36 +01:00
|
|
|
"platform": "^1.3.6",
|
|
|
|
"posthog-node": "^2.1.0",
|
2024-02-26 17:02:04 +01:00
|
|
|
"prettier": "^2.7.1",
|
2022-10-13 18:38:36 +02:00
|
|
|
"qs": "^6.11.0",
|
2023-11-07 21:06:37 +01:00
|
|
|
"query-string": "^7.0.1",
|
2022-11-10 23:23:51 +01:00
|
|
|
"react": "18.2.0",
|
2023-12-10 21:12:04 +01:00
|
|
|
"react-copy-to-clipboard": "^5.1.0",
|
2022-11-10 23:23:51 +01:00
|
|
|
"react-dnd": "^16.0.1",
|
|
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
|
|
"react-dom": "18.2.0",
|
2023-02-01 17:22:46 +01:00
|
|
|
"react-github-btn": "^1.4.0",
|
2022-10-13 18:38:36 +02:00
|
|
|
"react-hot-toast": "^2.4.0",
|
2024-08-26 07:39:50 +02:00
|
|
|
"react-i18next": "^15.0.1",
|
2023-09-23 22:37:31 +02:00
|
|
|
"react-inspector": "^6.0.2",
|
2023-11-16 19:43:01 +01:00
|
|
|
"react-pdf": "^7.5.1",
|
2022-10-13 18:38:36 +02:00
|
|
|
"react-redux": "^7.2.6",
|
2023-01-21 22:04:23 +01:00
|
|
|
"react-tooltip": "^5.5.2",
|
2022-10-13 18:38:36 +02:00
|
|
|
"sass": "^1.46.0",
|
2023-11-26 05:21:17 +01:00
|
|
|
"strip-json-comments": "^5.0.1",
|
2022-10-13 18:38:36 +02:00
|
|
|
"styled-components": "^5.3.3",
|
2023-11-08 14:49:03 +01:00
|
|
|
"system": "^2.0.1",
|
2023-11-07 21:06:37 +01:00
|
|
|
"url": "^0.11.3",
|
2023-09-27 11:07:13 +02:00
|
|
|
"xml-formatter": "^3.5.0",
|
2023-11-07 21:06:37 +01:00
|
|
|
"yargs-parser": "^21.1.1",
|
2022-10-13 18:38:36 +02:00
|
|
|
"yup": "^0.32.11"
|
2022-10-09 12:43:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-13 18:38:36 +02:00
|
|
|
"@babel/core": "^7.16.0",
|
|
|
|
"@babel/plugin-transform-spread": "^7.16.7",
|
|
|
|
"@babel/preset-env": "^7.16.4",
|
|
|
|
"@babel/preset-react": "^7.16.0",
|
|
|
|
"@babel/runtime": "^7.16.3",
|
2024-02-19 13:06:54 +01:00
|
|
|
"autoprefixer": "^10.4.17",
|
2022-10-13 18:38:36 +02:00
|
|
|
"babel-loader": "^8.2.3",
|
2023-01-24 12:58:31 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2022-10-13 18:38:36 +02:00
|
|
|
"css-loader": "^6.5.1",
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
"html-loader": "^3.0.1",
|
|
|
|
"html-webpack-plugin": "^5.5.0",
|
|
|
|
"mini-css-extract-plugin": "^2.4.5",
|
2024-02-19 13:06:54 +01:00
|
|
|
"postcss": "^8.4.35",
|
2022-10-13 18:38:36 +02:00
|
|
|
"style-loader": "^3.3.1",
|
2024-02-19 13:06:54 +01:00
|
|
|
"tailwindcss": "^3.4.1",
|
2022-10-13 18:38:36 +02:00
|
|
|
"webpack": "^5.64.4",
|
|
|
|
"webpack-cli": "^4.9.1"
|
2022-10-09 12:43:11 +02:00
|
|
|
}
|
|
|
|
}
|