UNPKG

viject

Version:

A tool for migrating your React app from react-scripts (Create React App) to Vite

66 lines (65 loc) 1.47 kB
{ "name": "viject", "type": "module", "version": "1.5.2", "description": "A tool for migrating your React app from react-scripts (Create React App) to Vite", "author": "bhbs <bhbstar.me@gmail.com>", "license": "MIT", "homepage": "https://github.com/bhbs/viject", "repository": { "type": "git", "url": "git+https://github.com/bhbs/viject.git" }, "bugs": { "url": "https://github.com/bhbs/viject/issues" }, "keywords": [ "vite", "vitest", "react", "create-react-app", "react-scripts" ], "bin": { "viject": "bin/viject.js" }, "files": [ "assets", "bin", "dist" ], "engines": { "node": "^20.19.0 || >=22.12.0" }, "scripts": { "ci": "biome ci .", "lint": "npm run lint:cspell && npm run lint:biome", "lint:biome": "biome lint .", "lint:cspell": "cspell --gitignore '**'", "format:biome": "biome format .", "ts": "tsc", "build": "tsc", "test:e2e": "playwright test", "test:unit": "vitest run tests", "test:integration": "./tests/scripts/exec.sh" }, "dependencies": { "@clack/prompts": "^1.1.0", "acorn": "^8.16.0", "acorn-jsx": "^5.3.2", "typescript": "^5.9.3" }, "devDependencies": { "@biomejs/biome": "2.4.6", "@playwright/test": "^1.58.2", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@types/node": "^25.5.0", "@vitejs/plugin-react": "^6.0.0", "cspell": "^9.7.0", "happy-dom": "^20.8.4", "vite": "^8.0.0", "vite-tsconfig-paths": "^4.3.2", "vitest": "^4.1.0" } }