🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-edge-kit

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-edge-kit - npm Package Compare versions

Comparing version

to
0.2.0

.github/workflows/codeql.yml

10

package.json

@@ -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",

10

README.md

@@ -71,3 +71,3 @@ ![ReactEdge Kit logo](./public/logo.svg)

```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