danswer/web/package.json

49 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2023-04-28 22:40:46 -07:00
{
"name": "qa",
2023-11-03 18:37:01 -07:00
"version": "0.2-dev",
2023-04-28 22:40:46 -07:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-12-22 22:06:54 -08:00
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
2023-04-28 22:40:46 -07:00
"@phosphor-icons/react": "^2.0.8",
2024-03-28 23:53:42 -07:00
"@radix-ui/react-popover": "^1.0.7",
2023-10-20 10:56:22 -07:00
"@tremor/react": "^3.9.2",
"@types/js-cookie": "^3.0.3",
2023-04-28 22:40:46 -07:00
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"formik": "^2.2.9",
"js-cookie": "^3.0.5",
"mdast-util-find-and-replace": "^3.0.1",
2024-02-29 17:25:59 -08:00
"next": "^14.1.0",
"postcss": "^8.4.31",
2023-05-08 10:53:10 -07:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
2023-05-22 19:49:49 -07:00
"react-icons": "^4.8.0",
2023-09-01 20:32:22 -07:00
"react-loader-spinner": "^5.4.5",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"semver": "^7.5.4",
"sharp": "^0.32.6",
"swr": "^2.1.5",
2023-04-28 22:40:46 -07:00
"tailwindcss": "^3.3.1",
"typescript": "5.0.3",
"yup": "^1.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"eslint": "^8.48.0",
2024-02-29 17:25:59 -08:00
"eslint-config-next": "^14.1.0",
2023-09-01 20:32:22 -07:00
"prettier": "2.8.8"
2023-04-28 22:40:46 -07:00
}
}