Created
March 29, 2022 11:55
-
-
Save aca/e4927098e52b6a454dea020f942f1b7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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