chatpad/package.json

60 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-03-17 19:58:39 +00:00
{
"name": "chatpad",
"private": true,
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
2023-05-08 13:45:50 +00:00
"staticFiles": {
"staticPath": "src/static"
},
2023-03-17 19:58:39 +00:00
"devDependencies": {
2023-03-21 20:17:06 +00:00
"@parcel/transformer-sass": "^2.8.3",
2023-03-17 19:58:39 +00:00
"@types/downloadjs": "^1.4.3",
2023-03-21 21:08:31 +00:00
"@types/lodash": "^4.14.191",
2023-03-17 19:58:39 +00:00
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"buffer": "^5.7.1",
"parcel": "^2.8.3",
2023-05-04 17:02:08 +00:00
"path-browserify": "^1.0.1",
2023-05-08 13:45:50 +00:00
"parcel-reporter-static-files-copy": "^1.5.0",
2023-03-17 19:58:39 +00:00
"process": "^0.11.10"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
2023-07-19 14:39:03 +00:00
"@mantine/core": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/next": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@mantine/prism": "^6.0.17",
2023-03-17 19:58:39 +00:00
"@tabler/icons-react": "^2.9.0",
"@tanstack/react-location": "^3.7.4",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"dexie": "^3.2.3",
"dexie-export-import": "^4.0.6",
"dexie-react-hooks": "^1.1.3",
"downloadjs": "^1.4.7",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
2023-05-04 17:02:08 +00:00
"gpt-token-utils": "^1.2.0",
2023-03-17 19:58:39 +00:00
"lodash": "^4.17.21",
"nanoid": "^4.0.1",
"next": "13.2.4",
"openai": "^3.2.1",
2023-05-04 17:02:08 +00:00
"openai-ext": "^1.2.6",
2023-07-19 19:22:45 +00:00
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.29.0",
2023-03-17 19:58:39 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
2023-03-21 20:17:06 +00:00
"react-markdown": "^8.0.6",
2023-03-22 16:03:52 +00:00
"remark-gfm": "^3.0.1",
2023-03-17 19:58:39 +00:00
"typescript": "4.9.5"
}
}