UNPKG

cra-template-bod

Version:

The advanced TypeScript template for Bod CLI.

104 lines (103 loc) 2.75 kB
{ "name": "cra-template-bod", "version": "5.21.5", "description": "The advanced TypeScript template for Bod CLI.", "author": "sabertazimi <sabertazimi@gmail.com>", "license": "MIT", "homepage": "https://sabertazimi.github.io/bod/bod", "repository": { "type": "git", "url": "https://github.com/sabertazimi/bod.git", "directory": "packages/cra-template-bod" }, "bugs": { "url": "https://github.com/sabertazimi/bod/issues" }, "keywords": [ "bod", "bod-cli", "bod-template", "react", "create-react-app", "template", "typescript" ], "files": [ "template", "template.json" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "ts-node --project=../../tsconfig.json scripts/build.ts", "lint": "pnpm lint:style && pnpm lint:type-check", "lint:style": "stylelint ./src/**/*.css && eslint ./src", "lint:type-check": "tsc --noEmit", "lint:fix": "stylelint --fix ./src/**/*.css && eslint --fix ./src", "start": "pnpm template:start", "test": "CI=true pnpm template:test --coverage", "watch": "ts-node --project=../../tsconfig.json scripts/watch.ts", "smoke-test": "pnpm template:start --smoke-test", "template:build": "react-scripts build", "template:start": "react-scripts start", "template:test": "react-scripts test" }, "dependencies": { "@reduxjs/toolkit": "^2.5.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-redux": "^9.2.0", "react-router": "^7.0.2", "web-vitals": "^4.2.4" }, "devDependencies": { "@sabertazimi/react-scripts": "^5.21.5", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", "@types/jest-axe": "^3.5.9", "@types/node": "^22.10.2", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "eslint-config-bod": "^5.21.5", "identity-obj-proxy": "^3.0.0", "jest-axe": "^9.0.0", "stylelint-config-bod": "^5.21.5", "typescript": "^5.7.2" }, "stylelint": { "extends": [ "stylelint-config-bod" ], "plugins": [ "stylelint-prettier" ], "rules": { "prettier/prettier": true } }, "prettier": { "arrowParens": "avoid", "printWidth": 80, "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "gitHead": "0cee75b03ae618b85ed9163124f4492a340bd9cd" }