Tristan Yu
Force rebuild by updating package version
6f53819
{
"name": "transcreation-sandbox-client",
"version": "1.0.1",
"description": "Frontend for Transcreation Sandbox",
"private": true,
"dependencies": {
"@types/node": "^16.18.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"axios": "^1.6.2",
"react-query": "^3.39.3",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"lucide-react": "^0.294.0",
"clsx": "^2.0.0",
"tailwindcss": "^3.3.6",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"framer-motion": "^10.16.16",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"@types/react-syntax-highlighter": "^15.5.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5000"
}