-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete /icons route and uninstall @primer/octicons
- Loading branch information
Showing
3 changed files
with
129 additions
and
164 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,132 +1,131 @@ | ||
{ | ||
"private": true, | ||
"name": "sergiodxa.com", | ||
"description": "The code behind sergiodxa.com", | ||
"license": "MIT", | ||
"type": "module", | ||
"scripts": { | ||
"ci": "bun run build & bun run lint & bun run test -- --run && bun run typecheck", | ||
"build": "remix build", | ||
"dev": "remix dev --manual -c \"bun run start\"", | ||
"start": "wrangler pages dev --compatibility-date=2023-06-21 --port 3000 ./public", | ||
"typecheck": "tsc --noEmit --project tsconfig.json", | ||
"lint": "eslint --ext .ts,.tsx app/ server/ types/", | ||
"lint:fix": "bun run lint -- --fix", | ||
"format": "prettier --write \"app/**/*.ts\" \"app/**/*.tsx\" \"*.md\" \"*.json\"", | ||
"test": "vitest", | ||
"test:coverage": "vitest --coverage", | ||
"script": "ts-node --require tsconfig-paths/register", | ||
"script:download": "bun run script -- scripts/download.ts", | ||
"update:remix": "npx upgrade-remix", | ||
"cf:logs": "wrangler pages deployment tail --project-name sergiodxa", | ||
"db:create": "wrangler d1 create", | ||
"db:drop": "wrangler d1 delete", | ||
"db:list": "wrangler d1 list", | ||
"db:run": "wrangler d1 execute", | ||
"db:migration:create": "wrangler d1 migrations create", | ||
"db:migration:list": "wrangler d1 migrations list", | ||
"db:migration:run": "wrangler d1 migrations apply", | ||
"g:icons": "bunx rmx-cli svg-sprite icons app/components", | ||
"postg:icons": "prettier --write app/components/icon.tsx && eslint --fix app/components/icon.tsx" | ||
}, | ||
"lint-stage": { | ||
"*.{ts,tsx}": [ | ||
"eslint --fix" | ||
], | ||
"*": [ | ||
"prettier --ignore-unknown" | ||
] | ||
}, | ||
"eslintIgnore": [ | ||
"/node_modules", | ||
"/server/build", | ||
"/public/build" | ||
], | ||
"dependencies": { | ||
"@heroicons/react": "^2.0.18", | ||
"@markdoc/markdoc": "^0.4.0", | ||
"@octokit/auth-app": "^6.0.1", | ||
"@octokit/core": "^5.0.0", | ||
"@primer/octicons": "^19.4.0", | ||
"@remix-run/cloudflare": "^2.5.1", | ||
"@remix-run/react": "^2.5.1", | ||
"@sentry/remix": "^7.98.0", | ||
"@sergiodxa/api-client": "^1.0.2", | ||
"@tailwindcss/typography": "^0.5.9", | ||
"clsx": "^2.1.0", | ||
"collected-notes": "^2.3.0", | ||
"dotenv": "^16.4.1", | ||
"drizzle-orm": "^0.29.1", | ||
"front-matter": "^4.0.2", | ||
"htmlparser2": "^9.0.0", | ||
"i18next": "^23.7.19", | ||
"i18next-browser-languagedetector": "^7.1.0", | ||
"inflected": "^2.1.0", | ||
"is-ip": "^5.0.1", | ||
"isbot": "^4.4.0", | ||
"lucide-react": "^0.315.0", | ||
"nprogress": "^0.2.0", | ||
"prism-theme-github": "^1.0.1", | ||
"prismjs": "^1.29.0", | ||
"react": "^18.2.0", | ||
"react-aria": "^3.31.1", | ||
"react-aria-components": "^1.0.1", | ||
"react-dom": "^18.2.0", | ||
"react-i18next": "^14.0.1", | ||
"remark": "^15.0.1", | ||
"remix-auth": "^3.6.0", | ||
"remix-auth-github": "^1.6.0", | ||
"remix-i18next": "^5.5.0", | ||
"remix-utils": "^7.1.0", | ||
"spin-delay": "^1.2.0", | ||
"strip-markdown": "^6.0.0", | ||
"tailwind-merge": "^2.2.1", | ||
"tailwind-variants": "^0.1.20", | ||
"tiny-invariant": "^1.3.1", | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20231218.0", | ||
"@faker-js/faker": "^8.4.0", | ||
"@remix-run/dev": "^2.5.1", | ||
"@remix-run/eslint-config": "^2.5.1", | ||
"@remix-run/node": "^2.5.1", | ||
"@testing-library/jest-dom": "^6.3.0", | ||
"@types/dotenv": "^8.2.0", | ||
"@types/inflected": "^2.1.3", | ||
"@types/nprogress": "^0.2.0", | ||
"@types/primer__octicons": "^19.6.3", | ||
"@types/prismjs": "^1.26.3", | ||
"@types/react": "^18.2.14", | ||
"@types/react-dom": "^18.2.7", | ||
"@vitejs/plugin-react": "^4.0.3", | ||
"@vitest/coverage-v8": "^1.2.1", | ||
"cross-env": "^7.0.3", | ||
"drizzle-kit": "^0.20.7", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-prefer-let": "^3.0.1", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"get-port": "^7.0.0", | ||
"happy-dom": "^13.3.1", | ||
"lint-staged": "^15.2.0", | ||
"msw": "^2.1.5", | ||
"pptr-testing-library": "^0.7.0", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-tailwindcss": "^0.5.11", | ||
"rmx-cli": "^0.4.15", | ||
"tailwindcss": "^3.4.1", | ||
"tailwindcss-animate": "^1.0.7", | ||
"tailwindcss-react-aria-components": "^1.0.0", | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.2.2", | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^1.2.1", | ||
"wrangler": "^3.24.0" | ||
}, | ||
"sideEffects": false | ||
"private": true, | ||
"name": "sergiodxa.com", | ||
"description": "The code behind sergiodxa.com", | ||
"license": "MIT", | ||
"type": "module", | ||
"scripts": { | ||
"ci": "bun run build & bun run lint & bun run test -- --run && bun run typecheck", | ||
"build": "remix build", | ||
"dev": "remix dev --manual -c \"bun run start\"", | ||
"start": "wrangler pages dev --compatibility-date=2023-06-21 --port 3000 ./public", | ||
"typecheck": "tsc --noEmit --project tsconfig.json", | ||
"lint": "eslint --ext .ts,.tsx app/ server/ types/", | ||
"lint:fix": "bun run lint -- --fix", | ||
"format": "prettier --write \"app/**/*.ts\" \"app/**/*.tsx\" \"*.md\" \"*.json\"", | ||
"test": "vitest", | ||
"test:coverage": "vitest --coverage", | ||
"script": "ts-node --require tsconfig-paths/register", | ||
"script:download": "bun run script -- scripts/download.ts", | ||
"update:remix": "npx upgrade-remix", | ||
"cf:logs": "wrangler pages deployment tail --project-name sergiodxa", | ||
"db:create": "wrangler d1 create", | ||
"db:drop": "wrangler d1 delete", | ||
"db:list": "wrangler d1 list", | ||
"db:run": "wrangler d1 execute", | ||
"db:migration:create": "wrangler d1 migrations create", | ||
"db:migration:list": "wrangler d1 migrations list", | ||
"db:migration:run": "wrangler d1 migrations apply", | ||
"g:icons": "bunx rmx-cli svg-sprite icons app/components", | ||
"postg:icons": "prettier --write app/components/icon.tsx && eslint --fix app/components/icon.tsx" | ||
}, | ||
"lint-stage": { | ||
"*.{ts,tsx}": [ | ||
"eslint --fix" | ||
], | ||
"*": [ | ||
"prettier --ignore-unknown" | ||
] | ||
}, | ||
"eslintIgnore": [ | ||
"/node_modules", | ||
"/server/build", | ||
"/public/build" | ||
], | ||
"dependencies": { | ||
"@heroicons/react": "^2.0.18", | ||
"@markdoc/markdoc": "^0.4.0", | ||
"@octokit/auth-app": "^6.0.1", | ||
"@octokit/core": "^5.0.0", | ||
"@remix-run/cloudflare": "^2.5.1", | ||
"@remix-run/react": "^2.5.1", | ||
"@sentry/remix": "^7.98.0", | ||
"@sergiodxa/api-client": "^1.0.2", | ||
"@tailwindcss/typography": "^0.5.9", | ||
"clsx": "^2.1.0", | ||
"collected-notes": "^2.3.0", | ||
"dotenv": "^16.4.1", | ||
"drizzle-orm": "^0.29.1", | ||
"front-matter": "^4.0.2", | ||
"htmlparser2": "^9.0.0", | ||
"i18next": "^23.7.19", | ||
"i18next-browser-languagedetector": "^7.1.0", | ||
"inflected": "^2.1.0", | ||
"is-ip": "^5.0.1", | ||
"isbot": "^4.4.0", | ||
"lucide-react": "^0.315.0", | ||
"nprogress": "^0.2.0", | ||
"prism-theme-github": "^1.0.1", | ||
"prismjs": "^1.29.0", | ||
"react": "^18.2.0", | ||
"react-aria": "^3.31.1", | ||
"react-aria-components": "^1.0.1", | ||
"react-dom": "^18.2.0", | ||
"react-i18next": "^14.0.1", | ||
"remark": "^15.0.1", | ||
"remix-auth": "^3.6.0", | ||
"remix-auth-github": "^1.6.0", | ||
"remix-i18next": "^5.5.0", | ||
"remix-utils": "^7.1.0", | ||
"spin-delay": "^1.2.0", | ||
"strip-markdown": "^6.0.0", | ||
"tailwind-merge": "^2.2.1", | ||
"tailwind-variants": "^0.1.20", | ||
"tiny-invariant": "^1.3.1", | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20231218.0", | ||
"@faker-js/faker": "^8.4.0", | ||
"@remix-run/dev": "^2.5.1", | ||
"@remix-run/eslint-config": "^2.5.1", | ||
"@remix-run/node": "^2.5.1", | ||
"@testing-library/jest-dom": "^6.3.0", | ||
"@types/dotenv": "^8.2.0", | ||
"@types/inflected": "^2.1.3", | ||
"@types/nprogress": "^0.2.0", | ||
"@types/primer__octicons": "^19.6.3", | ||
"@types/prismjs": "^1.26.3", | ||
"@types/react": "^18.2.14", | ||
"@types/react-dom": "^18.2.7", | ||
"@vitejs/plugin-react": "^4.0.3", | ||
"@vitest/coverage-v8": "^1.2.1", | ||
"cross-env": "^7.0.3", | ||
"drizzle-kit": "^0.20.7", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-prefer-let": "^3.0.1", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"get-port": "^7.0.0", | ||
"happy-dom": "^13.3.1", | ||
"lint-staged": "^15.2.0", | ||
"msw": "^2.1.5", | ||
"pptr-testing-library": "^0.7.0", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-tailwindcss": "^0.5.11", | ||
"rmx-cli": "^0.4.15", | ||
"tailwindcss": "^3.4.1", | ||
"tailwindcss-animate": "^1.0.7", | ||
"tailwindcss-react-aria-components": "^1.0.0", | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.2.2", | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^1.2.1", | ||
"wrangler": "^3.24.0" | ||
}, | ||
"sideEffects": false | ||
} |