react-edge-kit
Advanced tools
Comparing version
@@ -6,6 +6,6 @@ { | ||
"bin": { | ||
"react-edge-kit": "bin/cli.cjs" | ||
"react-edge-kit": "bin/cli.mjs" | ||
}, | ||
"homepage": "https://github.com/Quetan/react-edge-kit#readme", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"type": "module", | ||
@@ -49,3 +49,5 @@ "author": "Quetan<quetan@vk.com>", | ||
"devDependencies": { | ||
"@inquirer/prompts": "^5.0.4", | ||
"@tanstack/router-vite-plugin": "^1.32.2", | ||
"@types/inquirer": "^9.0.7", | ||
"@types/node": "^20.12.12", | ||
@@ -58,2 +60,3 @@ "@types/react": "^18.2.66", | ||
"autoprefixer": "^10.4.19", | ||
"cross-spawn": "^7.0.3", | ||
"eslint": "^8.57.0", | ||
@@ -60,0 +63,0 @@ "eslint-plugin-autofix": "^2.0.0", |
@@ -116,2 +116,6 @@  | ||
[![Feature-Sliced Design][shields-fsd-white]](https://feature-sliced.design/) | ||
[shields-fsd-white]: https://img.shields.io/badge/Feature--Sliced-Design?style=for-the-badge&labelColor=262224&color=F2F2F2&logoWidth=10&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaCAYAAAC3g3x9AAAACXBIWXMAAALFAAACxQGJ1n/vAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA/SURBVHgB7dKxCgAgCIThs/d/51JoNQIdDrxvqMXlR4FmFs92KDIX/wI7JSdDN+eHtkxIycnQvMNW8hN/crsDc5QgGX9NvT0AAAAASUVORK5CYII= | ||
Feature-Sliced Design (FSD) is an architectural methodology for scaffolding front-end applications. Simply put, it's a compilation of rules and conventions on organizing code. The main purpose of this methodology is to make the project more understandable and structured in the face of ever-changing business requirements. | ||
@@ -118,0 +122,0 @@ |
@@ -13,3 +13,3 @@ /* prettier-ignore-start */ | ||
import { Route as rootRoute } from './routes/__root'; | ||
import { Route as rootRoute } from './routes/__root' | ||
@@ -21,3 +21,3 @@ // Create/Update Routes | ||
declare module '@tanstack/react-router' { | ||
interface FileRoutesByPath {} | ||
interface FileRoutesByPath {} | ||
} | ||
@@ -27,3 +27,3 @@ | ||
export const routeTree = rootRoute.addChildren({}); | ||
export const routeTree = rootRoute.addChildren({}) | ||
@@ -30,0 +30,0 @@ /* prettier-ignore-end */ |
@@ -24,3 +24,3 @@ { | ||
/* URL */ | ||
"baseUrl": ".", | ||
"baseUrl": "./", | ||
"paths": { | ||
@@ -31,3 +31,4 @@ "@/*": ["./src/*"] | ||
"include": ["src"], | ||
"exclude": ["bin"], | ||
"references": [{ "path": "./tsconfig.node.json" }] | ||
} |
@@ -8,2 +8,4 @@ import { defineConfig } from 'vite'; | ||
export default defineConfig({ | ||
base: './', | ||
publicDir: './public', | ||
plugins: [react(), TanStackRouterVite()], | ||
@@ -10,0 +12,0 @@ resolve: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
361861
3.55%60
9.09%1221
30.45%187
2.19%2
-33.33%21
16.67%