Initial Commit

This commit is contained in:
trouper
2025-08-10 13:15:38 -05:00
parent c0954329d1
commit 36dbfe5940
38 changed files with 74138 additions and 1327 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "defend-access",
"name": "defendaccess-org",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -9,16 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.4.6"
"file-saver": "^2.0.5",
"framer-motion": "^11.0.0",
"jszip": "^3.10.1",
"lucide-react": "^0.263.1",
"next": "14.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"typescript": "^5",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"eslint": "^8",
"eslint-config-next": "14.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}