Bumps [feather-icons](https://github.com/feathericons/feather) from 4.29.1 to 4.29.2. - [Release notes](https://github.com/feathericons/feather/releases) - [Changelog](https://github.com/feathericons/feather/blob/main/CHANGELOG.md) - [Commits](https://github.com/feathericons/feather/compare/v4.29.1...v4.29.2) --- updated-dependencies: - dependency-name: feather-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "3.1.1",
|
|
"@docusaurus/plugin-google-gtag": "^3.3.2",
|
|
"@docusaurus/preset-classic": "3.1.1",
|
|
"@loadable/component": "^5.16.3",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"animate.css": "^4.1.1",
|
|
"clsx": "2.1.0",
|
|
"docusaurus-plugin-image-zoom": "^2.0.0",
|
|
"docusaurus-plugin-sass": "^0.2.5",
|
|
"feather-icons": "^4.29.2",
|
|
"jarallax": "^2.2.0",
|
|
"mdx-mermaid": "^2.0.0",
|
|
"mermaid": "^10.9.0",
|
|
"prism-react-renderer": "^2.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.3.0",
|
|
"sass": "^1.77.0",
|
|
"tiny-slider": "^2.9.4",
|
|
"tw-elements": "1.0.0-alpha13",
|
|
"wow.js": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.3.2",
|
|
"@iconify/react": "^4.1.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
}
|