UNPKG

@pplancq/create-react-app

Version:
71 lines (70 loc) 1.85 kB
{ "name": "@pplancq/create-react-app", "version": "2.0.3", "license": "MIT", "description": "pplancq create-react-app", "author": "pplancq <paul.plancq@outlook.fr>", "repository": { "type": "git", "url": "git+https://github.com/pplancq/dev-tools.git", "directory": "packages/create-react-app" }, "bin": { "create-react-app": "dist/main.js" }, "bugs": { "url": "https://github.com/pplancq/dev-tools/issues" }, "type": "module", "main": "dist/main.js", "scripts": { "start": "rslib build --watch", "build": "rslib build", "test": "vitest run", "test:watch": "vitest", "lint:eslint": "eslint \"**/*.{js,mjs,ts}\"", "lint:eslint:fix": "eslint \"**/*.{js,mjs,ts}\" --fix", "lint:prettier": "prettier \"**/*.!(js|mjs|ts)\" --check --ignore-unknown", "lint:prettier:fix": "prettier \"**/*.!(js|mjs|ts)\" --write --ignore-unknown", "prepublishOnly": "npm run build" }, "keywords": [ "create", "react" ], "files": [ "dist", "index.js", "README.md", "LICENSE", "CHANGELOG.md" ], "devDependencies": { "@clack/prompts": "^0.11.0", "@rslib/core": "^0.18.2", "@vitest/coverage-v8": "^4.0.14", "commander": "^14.0.2", "eslint": "^9.39.1", "eslint-plugin-prettier": "^5.5.4", "lint-staged": "^16.2.7", "picocolors": "^1.1.1", "prettier": "^3.7.1", "tsc-files": "^1.1.4", "typescript": "^5.9.3", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.14", "vitest-sonar-reporter": "^3.0.0" }, "engines": { "node": ">=20.12.2" }, "volta": { "extends": "../../package.json" }, "prettier": "@pplancq/prettier-config", "lint-staged": { "*.(js|mjs|ts)": "eslint --fix", "*.ts": "tsc-files --noEmit", "*.!(js|mjs|ts)": "prettier --write --ignore-unknown" } }