-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac9e5c3
commit f657099
Showing
7 changed files
with
1,971 additions
and
1,790 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -15,54 +15,54 @@ | |
"lint:style": "stylelint src/**/*.scss" | ||
}, | ||
"dependencies": { | ||
"@astrojs/markdown-remark": "^5.2.0", | ||
"@astrojs/mdx": "^3.1.5", | ||
"@astrojs/markdown-remark": "5.2.0", | ||
"@astrojs/mdx": "3.1.5", | ||
"@astrojs/preact": "3.5.3", | ||
"@astrojs/sitemap": "^3.1.6", | ||
"@astrojs/tailwind": "^5.1.0", | ||
"@astrojs/vercel": "^7.8.0", | ||
"@frontendista/astro-html-minify": "^2.0.0", | ||
"@frontendista/rehype-sectionize": "^1.1.1", | ||
"@frontendista/validation": "workspace:^", | ||
"@nanostores/preact": "^0.5.2", | ||
"@octokit/graphql": "^7.1.0", | ||
"@radix-ui/react-dialog": "^1.1.1", | ||
"@radix-ui/react-form": "^0.1.0", | ||
"@radix-ui/react-popover": "^1.1.1", | ||
"@radix-ui/react-select": "^2.1.1", | ||
"@radix-ui/react-toast": "^1.2.1", | ||
"@radix-ui/react-tooltip": "^1.1.2", | ||
"@vercel/speed-insights": "^1.0.12", | ||
"astro": "^4.15.3", | ||
"browserslist-to-esbuild": "^1.2.0", | ||
"clsx": "^2.1.1", | ||
"deepmerge-ts": "^5.1.0", | ||
"dotenv": "^16.4.5", | ||
"lightningcss": "^1.26.0", | ||
"msw": "^1.3.3", | ||
"nanostores": "^0.11.3", | ||
"@astrojs/sitemap": "3.1.6", | ||
"@astrojs/tailwind": "5.1.0", | ||
"@astrojs/vercel": "7.8.0", | ||
"@frontendista/astro-html-minify": "2.0.0", | ||
"@frontendista/rehype-sectionize": "1.1.1", | ||
"@frontendista/validation": "workspace:", | ||
"@nanostores/preact": "0.5.2", | ||
"@octokit/graphql": "7.1.0", | ||
"@radix-ui/react-dialog": "1.1.1", | ||
"@radix-ui/react-form": "0.1.0", | ||
"@radix-ui/react-popover": "1.1.1", | ||
"@radix-ui/react-select": "2.1.1", | ||
"@radix-ui/react-toast": "1.2.1", | ||
"@radix-ui/react-tooltip": "1.1.2", | ||
"@vercel/speed-insights": "1.0.12", | ||
"astro": "4.15.3", | ||
"browserslist-to-esbuild": "1.2.0", | ||
"clsx": "2.1.1", | ||
"deepmerge-ts": "5.1.0", | ||
"dotenv": "16.4.5", | ||
"lightningcss": "1.26.0", | ||
"msw": "1.3.3", | ||
"nanostores": "0.11.3", | ||
"preact": "10.23.2", | ||
"react": "npm:@preact/compat@^17.1.2", | ||
"react-aria-components": "^1.3.3", | ||
"react-dom": "npm:@preact/compat@^17.1.2", | ||
"rollup-plugin-license": "^3.5.2", | ||
"sass": "^1.78.0", | ||
"sharp": "^0.32.6", | ||
"tailwindcss": "^3.4.10", | ||
"zod": "^3.23.8" | ||
"react": "npm:@preact/[email protected]", | ||
"react-aria-components": "1.3.3", | ||
"react-dom": "npm:@preact/[email protected]", | ||
"rollup-plugin-license": "3.5.2", | ||
"sass": "1.78.0", | ||
"sharp": "0.32.6", | ||
"tailwindcss": "3.4.10", | ||
"zod": "3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@astrojs/check": "^0.9.3", | ||
"@playwright/test": "^1.47.0", | ||
"@types/node": "^20.16.5", | ||
"@types/react": "^18.3.5", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/umami": "^2.10.0", | ||
"stylelint": "^15.11.0", | ||
"stylelint-config-standard-scss": "^11.1.0", | ||
"typescript": "^5.5.4" | ||
"@astrojs/check": "0.9.3", | ||
"@playwright/test": "1.47.0", | ||
"@types/node": "20.16.5", | ||
"@types/react": "18.3.5", | ||
"@types/react-dom": "18.3.0", | ||
"@types/umami": "2.10.0", | ||
"stylelint": "15.11.0", | ||
"stylelint-config-standard-scss": "11.1.0", | ||
"typescript": "5.5.4" | ||
}, | ||
"browserslist": [ | ||
"defaults and supports es6-module" | ||
] | ||
} | ||
} |
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
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
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
Oops, something went wrong.