42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "react-starter-kit-for-appwrite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@appwrite.io/pink-icons": "^1.0.0",
|
|
"@gsap/react": "^2.1.2",
|
|
"@tabler/icons-react": "^3.36.1",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"appwrite": "^21.2.1",
|
|
"clsx": "^2.1.1",
|
|
"gsap": "^3.14.2",
|
|
"motion": "^12.26.2",
|
|
"ogl": "^1.0.11",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"styled-components": "^6.3.8",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"globals": "^15.14.0",
|
|
"prettier": "3.5.3",
|
|
"vite": "^6.1.0"
|
|
}
|
|
}
|