2023-03-06 10:47:06 -05:00
|
|
|
{
|
|
|
|
"name": "chatgpt-clone",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-03-06 12:49:22 -05:00
|
|
|
"build": "webpack",
|
2023-03-06 10:47:06 -05:00
|
|
|
"build-dev": "Webpack . --watch"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/danny-avila/chatgpt-clone.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/danny-avila/chatgpt-clone/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"@radix-ui/react-alert-dialog": "^1.0.2",
|
|
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.2",
|
|
|
|
"@radix-ui/react-label": "^2.0.0",
|
|
|
|
"@radix-ui/react-tabs": "^1.0.2",
|
|
|
|
"@reduxjs/toolkit": "^1.9.2",
|
2023-03-06 15:56:25 -05:00
|
|
|
"axios": "^1.3.4",
|
2023-03-06 10:47:06 -05:00
|
|
|
"class-variance-authority": "^0.4.0",
|
|
|
|
"clsx": "^1.2.1",
|
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
|
"highlight.js": "^11.7.0",
|
2023-03-18 01:40:49 -04:00
|
|
|
"lodash": "^4.17.21",
|
2023-03-06 10:47:06 -05:00
|
|
|
"lucide-react": "^0.113.0",
|
|
|
|
"markdown-to-jsx": "^7.1.9",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-03-19 11:25:12 -04:00
|
|
|
"react-highlight": "^0.15.0",
|
2023-03-18 23:18:36 -04:00
|
|
|
"react-lazy-load": "^4.0.1",
|
2023-03-19 01:14:19 -04:00
|
|
|
"react-markdown": "^8.0.5",
|
2023-03-06 10:47:06 -05:00
|
|
|
"react-redux": "^8.0.5",
|
2023-03-19 11:25:12 -04:00
|
|
|
"react-string-replace": "^1.1.0",
|
2023-03-06 10:47:06 -05:00
|
|
|
"react-textarea-autosize": "^8.4.0",
|
|
|
|
"react-transition-group": "^4.4.5",
|
2023-03-19 01:14:19 -04:00
|
|
|
"rehype-highlight": "^6.0.0",
|
|
|
|
"rehype-katex": "^6.0.2",
|
|
|
|
"remark-gfm": "^3.0.1",
|
|
|
|
"remark-math": "^5.1.1",
|
2023-03-06 10:47:06 -05:00
|
|
|
"swr": "^2.0.3",
|
|
|
|
"tailwind-merge": "^1.9.1",
|
|
|
|
"tailwindcss-animate": "^1.0.5",
|
2023-03-20 01:51:07 -04:00
|
|
|
"url": "^0.11.0",
|
|
|
|
"uuidv4": "^6.2.13"
|
2023-03-06 10:47:06 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/cli": "^7.20.7",
|
|
|
|
"@babel/core": "^7.20.12",
|
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
|
|
"@babel/preset-env": "^7.20.2",
|
|
|
|
"@babel/preset-react": "^7.18.6",
|
|
|
|
"@babel/runtime": "^7.20.13",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"babel-loader": "^9.1.2",
|
|
|
|
"babel-plugin-root-import": "^6.6.0",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
|
"css-loader": "^6.7.3",
|
|
|
|
"eslint": "^8.33.0",
|
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"path": "^0.12.7",
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"postcss-loader": "^7.0.2",
|
|
|
|
"postcss-preset-env": "^8.0.1",
|
|
|
|
"prettier": "^2.8.3",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.2.2",
|
|
|
|
"source-map-loader": "^1.1.3",
|
|
|
|
"style-loader": "^3.3.1",
|
|
|
|
"tailwindcss": "^3.2.6",
|
|
|
|
"ts-loader": "^9.4.2",
|
|
|
|
"typescript": "^4.9.5",
|
|
|
|
"webpack": "^5.75.0",
|
|
|
|
"webpack-cli": "^5.0.1",
|
|
|
|
"webpack-dev-server": "^4.11.1"
|
|
|
|
}
|
2023-03-06 15:56:25 -05:00
|
|
|
}
|