|
| 1 | +{ |
| 2 | + "name": "react-ts-template", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "React Typescript Project template", |
| 5 | + "keywords": [ |
| 6 | + "react", |
| 7 | + "template", |
| 8 | + "boilerplate", |
| 9 | + "typescript", |
| 10 | + "new-project", |
| 11 | + "new-repo" |
| 12 | + ], |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/timelessco/react-ts-template/issues" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git+https://github.com/timelessco/react-ts-template.git" |
| 19 | + }, |
| 20 | + "license": "MIT", |
| 21 | + "author": "Navin Moorthy <[email protected]>", |
| 22 | + "scripts": { |
| 23 | + "build": "react-scripts build", |
| 24 | + "commit": "gacp", |
| 25 | + "eject": "react-scripts eject", |
| 26 | + "format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"", |
| 27 | + "format:package": "sort-package-json", |
| 28 | + "lint": "eslint src --ext .tsx,.ts,.jsx,.js", |
| 29 | + "start": "react-scripts start", |
| 30 | + "test": "react-scripts test" |
| 31 | + }, |
| 32 | + "browserslist": { |
| 33 | + "production": [ |
| 34 | + ">0.2%", |
| 35 | + "not dead", |
| 36 | + "not op_mini all" |
| 37 | + ], |
| 38 | + "development": [ |
| 39 | + "last 1 chrome version", |
| 40 | + "last 1 firefox version", |
| 41 | + "last 1 safari version" |
| 42 | + ] |
| 43 | + }, |
| 44 | + "eslintConfig": { |
| 45 | + "extends": [ |
| 46 | + "react-app", |
| 47 | + "react-app/jest" |
| 48 | + ] |
| 49 | + }, |
| 50 | + "dependencies": { |
| 51 | + "react": "^17.0.1", |
| 52 | + "react-dom": "^17.0.1", |
| 53 | + "web-vitals": "^1.0.1" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@commitlint/cli": "^11.0.0", |
| 57 | + "@commitlint/config-conventional": "^11.0.0", |
| 58 | + "@testing-library/dom": "^7.28.1", |
| 59 | + "@testing-library/jest-dom": "^5.11.6", |
| 60 | + "@testing-library/react": "^11.2.2", |
| 61 | + "@testing-library/user-event": "^12.5.0", |
| 62 | + "@types/jest": "^26.0.16", |
| 63 | + "@types/node": "^14.14.10", |
| 64 | + "@types/react": "^17.0.0", |
| 65 | + "@types/react-dom": "^17.0.0", |
| 66 | + "eslint-config-prettier": "^7.0.0", |
| 67 | + "eslint-plugin-prettier": "^3.2.0", |
| 68 | + "gacp": "^2.10.2", |
| 69 | + "husky": "^4.3.0", |
| 70 | + "lint-staged": "^10.5.3", |
| 71 | + "prettier": "^2.2.1", |
| 72 | + "react-scripts": "4.0.1", |
| 73 | + "sort-package-json": "^1.48.0", |
| 74 | + "typescript": "^4.1.2" |
| 75 | + } |
| 76 | +} |
0 commit comments