완전한 웹사이트를 만들기 위해 SvelteKit과 함께 어떤 라이브러리를 사용합니까?
{
"name": "my-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"daisyui": "^2.17.0",
"framer-motion": "^6.5.0",
"globby": "^13.1.2",
"next": "12.1.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.30.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3"
}
}
Reference
이 문제에 관하여(완전한 웹사이트를 만들기 위해 SvelteKit과 함께 어떤 라이브러리를 사용합니까?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/theafr86/what-libraries-do-you-use-with-sveltekit-to-make-a-full-website-4bi5텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)