-
- Downloads
Merge branch 'chageMUItoTailwind' into 'main'
Change mui to tailwindcss See merge request !4
Showing
- lib/utils.ts 15 additions, 7 deletionslib/utils.ts
- next.config.js 3 additions, 3 deletionsnext.config.js
- package-lock.json 1312 additions, 813 deletionspackage-lock.json
- package.json 20 additions, 9 deletionspackage.json
- postcss.config.js 6 additions, 0 deletionspostcss.config.js
- prisma/db.ts 1 addition, 1 deletionprisma/db.ts
- prisma/migrations/20230523104918_init/migration.sql 10 additions, 0 deletionsprisma/migrations/20230523104918_init/migration.sql
- public/logo.svg 0 additions, 10 deletionspublic/logo.svg
- tailwind.config.js 75 additions, 0 deletionstailwind.config.js
- types/igdb-types.d.ts 0 additions, 0 deletionstypes/igdb-types.d.ts
- types/index.d.ts 37 additions, 0 deletionstypes/index.d.ts
This diff is collapsed.
{ | { | ||
"name": "project_ss23_gameunity", | "name": "project_ss23_gameunity", | ||
"version": "0.1.0", | "version": "0.2.0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"dev": "next dev", | "dev": "next dev", | ||
"turbo": "next dev --turbo", | |||
"build": "next build", | "build": "next build", | ||
"start": "next start", | "start": "next start", | ||
"lint": "next lint" | "lint": "next lint", | ||
"preview": "next build && next start" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@clerk/nextjs": "^4.18.2", | "@clerk/nextjs": "^4.18.2", | ||
"@emotion/react": "^11.11.0", | |||
"@emotion/styled": "^11.11.0", | |||
"@mui/icons-material": "^5.11.16", | |||
"@mui/material": "^5.13.1", | |||
"@prisma/client": "^4.14.1", | "@prisma/client": "^4.14.1", | ||
"@radix-ui/react-dropdown-menu": "^2.0.4", | |||
"@radix-ui/react-slot": "^1.0.1", | |||
"@tanstack/react-query": "^4.29.7", | |||
"class-variance-authority": "^0.6.0", | |||
"clsx": "^1.2.1", | |||
"lucide-react": "^0.220.0", | |||
"next": "13.4.3", | "next": "13.4.3", | ||
"next-themes": "^0.2.1", | |||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
"react-infinite-scroll-component": "^6.1.0", | "react-infinite-scroll-component": "^6.1.0", | ||
"react-query": "^3.39.3" | "tailwind-merge": "^1.12.0", | ||
"tailwindcss-animate": "^1.0.5" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/node": "^20.2.1", | "@tanstack/eslint-plugin-query": "^4.29.9", | ||
"@types/node": "^20.2.3", | |||
"@types/react": "^18.2.6", | "@types/react": "^18.2.6", | ||
"@types/react-dom": "^18.2.4", | "@types/react-dom": "^18.2.4", | ||
"autoprefixer": "10.4.14", | |||
"eslint": "^8.41.0", | "eslint": "^8.41.0", | ||
"eslint-config-next": "^13.4.3", | "eslint-config-next": "^13.4.3", | ||
"postcss": "8.4.23", | |||
"prisma": "^4.14.1", | |||
"tailwindcss": "3.3.2", | |||
"typescript": "^5.0.4" | "typescript": "^5.0.4" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
postcss.config.js
0 → 100644
public/logo.svg
deleted
100644 → 0
tailwind.config.js
0 → 100644
File moved
types/index.d.ts
0 → 100644
Please register or sign in to comment