UNPKG

viject

Version:

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

65 lines (64 loc) 1.54 kB
{ "name": "viject", "type": "module", "version": "1.3.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": "^18.0.0 || >=20.0.0" }, "scripts": { "ci": "biome ci src", "lint": "npm run lint:cspell && npm run lint:biome", "lint:biome": "biome ci src", "lint:cspell": "cspell --gitignore '**'", "ts": "tsc", "build": "tsc", "test:e2e": "playwright test", "test:unit": "vitest run tests", "test:integration": "./tests/scripts/exec.sh" }, "dependencies": { "@clack/prompts": "^0.10.1", "acorn": "^8.14.1", "acorn-jsx": "^5.3.2", "typescript": "^5.8.3" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@playwright/test": "^1.52.0", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@types/node": "^22.15.19", "@vitejs/plugin-react": "^4.4.1", "cspell": "^9.0.2", "happy-dom": "^17.4.7", "vite": "^6.3.5", "vite-tsconfig-paths": "^4.3.2", "vitest": "^3.1.4" } }