- Move all deployment documentation to docs/deployment/ (16 files) - Move all phase documentation to docs/phases/ (9 files) - Move deployment scripts to scripts/ (3 PowerShell scripts) - Remove temporary deployment zip files (5 files) - Remove duplicate documentation files - Create documentation indexes for better navigation - Clean up root directory to essential files only - Update documentation references Root directory reduced from ~50+ files to 20 essential files. All documentation properly organized and indexed.
91 lines
2.6 KiB
JSON
91 lines
2.6 KiB
JSON
{
|
|
"name": "miracles-in-motion-web",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Public website for Miracles In Motion 501(c)3 non-profit organization",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build:analyze": "npm run build && npx vite-bundle-analyzer dist",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --ext ts,tsx --fix",
|
|
"type-check": "tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:ci": "jest --ci --coverage --watchAll=false",
|
|
"deploy": "npm run build && gh-pages -d dist",
|
|
"audit:security": "npm audit --audit-level moderate",
|
|
"audit:bundle": "npx bundlesize"
|
|
},
|
|
"bundlesize": [
|
|
{
|
|
"path": "./dist/assets/*.js",
|
|
"maxSize": "500kb"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"non-profit",
|
|
"charity",
|
|
"501c3",
|
|
"miracles-in-motion",
|
|
"community",
|
|
"donations",
|
|
"volunteers",
|
|
"react",
|
|
"vite",
|
|
"tailwind"
|
|
],
|
|
"author": "Miracles In Motion",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Miracles-In-Motion/public-web.git"
|
|
},
|
|
"homepage": "https://miraclesinmotion.org",
|
|
"dependencies": {
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
"bull": "^4.16.5",
|
|
"compromise": "^14.14.4",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^10.16.16",
|
|
"ioredis": "^5.8.0",
|
|
"lucide-react": "^0.290.0",
|
|
"ml-matrix": "^6.12.1",
|
|
"natural": "^8.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"redis": "^5.8.3",
|
|
"socket.io-client": "^4.8.1",
|
|
"uuid": "^13.0.0",
|
|
"ws": "^8.18.3",
|
|
"react-helmet-async": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@types/jest": "^29.5.7",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/jest-dom": "^6.1.4",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"bundlesize": "^0.18.1",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"gh-pages": "^6.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0",
|
|
"vite-bundle-analyzer": "^0.7.0"
|
|
}
|
|
} |