react-edge-kit
Advanced tools
Comparing version
@@ -5,5 +5,7 @@ { | ||
"private": false, | ||
"bin": "./bin/cli.cjs", | ||
"bin": { | ||
"react-edge-kit": "bin/cli.mjs" | ||
}, | ||
"homepage": "https://github.com/Quetan/react-edge-kit#readme", | ||
"version": "0.1.501", | ||
"version": "0.2.0", | ||
"type": "module", | ||
@@ -35,2 +37,3 @@ "author": "Quetan<quetan@vk.com>", | ||
"dependencies": { | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@tanstack/react-router": "^1.32.5", | ||
@@ -47,3 +50,5 @@ "class-variance-authority": "^0.7.0", | ||
"devDependencies": { | ||
"@inquirer/prompts": "^5.0.4", | ||
"@tanstack/router-vite-plugin": "^1.32.2", | ||
"@types/inquirer": "^9.0.7", | ||
"@types/node": "^20.12.12", | ||
@@ -56,2 +61,3 @@ "@types/react": "^18.2.66", | ||
"autoprefixer": "^10.4.19", | ||
"cross-spawn": "^7.0.3", | ||
"eslint": "^8.57.0", | ||
@@ -58,0 +64,0 @@ "eslint-plugin-autofix": "^2.0.0", |
@@ -71,3 +71,3 @@  | ||
```sh | ||
yarn dev | ||
npm run dev | ||
``` | ||
@@ -81,3 +81,3 @@ | ||
```sh | ||
yarn build | ||
npm run build | ||
``` | ||
@@ -91,3 +91,3 @@ | ||
```sh | ||
yarn preview | ||
npm run preview | ||
``` | ||
@@ -119,2 +119,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. | ||
@@ -121,0 +125,0 @@ |
@@ -1,3 +0,3 @@ | ||
import Welcome from './ui/Welcome'; | ||
import Welcome from './ui/welcome-page'; | ||
export default Welcome; |
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
362081
4.27%60
20%1230
39.46%187
2.19%2
-33.33%10
11.11%21
16.67%1
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed