Skip to content

Instantly share code, notes, and snippets.

@aca
Created March 29, 2022 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aca/e4927098e52b6a454dea020f942f1b7b to your computer and use it in GitHub Desktop.
Save aca/e4927098e52b6a454dea020f942f1b7b to your computer and use it in GitHub Desktop.
{
"name": "web",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@fontsource/source-code-pro": "^4.5.4",
"@fortawesome/fontawesome-free": "^6.0.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@vitejs/plugin-legacy": "^1.6.3",
"babel-plugin-macros": "^3.1.0",
"core-js": "^3.19.3",
"cors": "^2.8.5",
"daisyui": "^2.2.2",
"express": "^4.17.2",
"framer-motion": "^5.3.2",
"jotai": "^1.4.9",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.20.2",
"react-router-dom": "^6.0.2",
"react-select": "^5.2.2",
"vite-plugin-compress": "^2.1.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"prettier": "2.4.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.3.2",
"vite": "^2.6.4",
"vite-plugin-compression": "^0.3.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment