Skip to content

Commit

Permalink
feat(remix): generate remix vite application
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Oct 22, 2024
1 parent 19e765f commit 6e62442
Show file tree
Hide file tree
Showing 39 changed files with 557 additions and 855 deletions.
5 changes: 0 additions & 5 deletions docs/generated/packages/remix/generators/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"description": "The name of the application.",
"x-priority": "important"
},
"js": {
"type": "boolean",
"description": "Generate JavaScript files rather than TypeScript files.",
"default": false
},
"linter": {
"description": "The tool to use for running lint checks.",
"type": "string",
Expand Down
5 changes: 0 additions & 5 deletions docs/generated/packages/remix/generators/setup-tailwind.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
"x-prompt": "What project would you like to add Tailwind to?",
"pattern": "^[a-zA-Z].*$"
},
"js": {
"type": "boolean",
"description": "Generate a JavaScript config file instead of a TypeScript config file",
"default": false
},
"skipFormat": {
"type": "boolean",
"description": "Skip formatting files after generator runs",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@pnpm/lockfile-types": "^6.0.0",
"@reduxjs/toolkit": "1.9.0",
"@remix-run/dev": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/dev": "^2.13.1",
"@remix-run/node": "^2.13.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
Expand Down
29 changes: 29 additions & 0 deletions packages/remix/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,35 @@
"alwaysAddToPackageJson": true
}
}
},
"20.1.0": {
"version": "20.1.0-beta.0",
"packages": {
"@remix-run/node": {
"version": "^2.13.1",
"alwaysAddToPackageJson": true
},
"@remix-run/react": {
"version": "^2.13.1",
"alwaysAddToPackageJson": true
},
"@remix-run/serve": {
"version": "^2.13.1",
"alwaysAddToPackageJson": true
},
"@remix-run/dev": {
"version": "^2.13.1",
"alwaysAddToPackageJson": true
},
"@remix-run/css-bundle": {
"version": "^2.13.1",
"alwaysAddToPackageJson": true
},
"@remix-run/eslint-config": {
"version": "^2.13.1",
"alwaysAddToPackageJson": true
}
}
}
}
}
4 changes: 3 additions & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"tslib": "^2.3.1",
"@phenomnomnominal/tsquery": "~5.0.1"
},
"peerDependencies": {},
"peerDependencies": {
"@remix-run/dev": "^2.13.1"
},
"publishConfig": {
"access": "public"
},
Expand Down
Loading

0 comments on commit 6e62442

Please sign in to comment.