| { |
| "homepage": "/gremlint", |
| "name": "gremlint.com", |
| "version": "0.1.0", |
| "private": true, |
| "dependencies": { |
| "customize-cra": "^1.0.0", |
| "gremlint": "^3.7.0", |
| "react": "^17.0.2", |
| "react-app-rewired": "^2.2.1", |
| "react-dom": "^17.0.2", |
| "react-scripts": "^5.0.1", |
| "sharp-router": "^4.1.5", |
| "styled-components": "^6.1.0", |
| "typescript": "^4.7.3", |
| "web-vitals": "^3.5.0" |
| }, |
| "scripts": { |
| "predeploy": "npm run build", |
| "deploy": "gh-pages -d build", |
| "start": "react-app-rewired start", |
| "build": "react-app-rewired build", |
| "test": "react-scripts test", |
| "eject": "react-scripts eject" |
| }, |
| "author": "Øyvind Sæbø", |
| "license": "Apache-2.0", |
| "eslintConfig": { |
| "extends": [ |
| "react-app", |
| "react-app/jest" |
| ] |
| }, |
| "browserslist": { |
| "production": [ |
| ">0.2%", |
| "not dead", |
| "not op_mini all" |
| ], |
| "development": [ |
| "last 1 chrome version", |
| "last 1 firefox version", |
| "last 1 safari version" |
| ] |
| }, |
| "devDependencies": { |
| "@testing-library/jest-dom": "^6.1.0", |
| "@testing-library/react": "^12.1.5", |
| "@testing-library/user-event": "^14.5.1", |
| "@types/jest": "^29.5.4", |
| "@types/node": "^20.8.7", |
| "@types/react": "^17.0.38", |
| "@types/react-dom": "^17.0.11", |
| "@types/styled-components": "^5.1.26", |
| "gh-pages": "^6.0.0", |
| "prettier": "^3.0.1", |
| "tslint": "^6.1.3", |
| "tslint-config-prettier": "^1.18.0" |
| }, |
| "engines": { |
| "node": "18" |
| } |
| } |