package.json (1648B)
1 { 2 "author": { 3 "email": "me@hanabi.in", 4 "name": "Agastya", 5 "url": "http://hanabi.in" 6 }, 7 "bugs": { 8 "email": "me@hanabi.in", 9 "url": "https://github.com/acagastya/time-convertor-ts/issues/new" 10 }, 11 "repository": { 12 "url": "https://github.com/acagastya/time-convertor-ts" 13 }, 14 "name": "time-convertor", 15 "version": "0.1.0", 16 "private": true, 17 "dependencies": { 18 "@testing-library/jest-dom": "^4.2.4", 19 "@testing-library/react": "^9.3.2", 20 "@testing-library/user-event": "^7.1.2", 21 "moment-timezone": "^0.5.31", 22 "react": "^16.13.1", 23 "react-countdown": "^2.2.2", 24 "react-dom": "^16.13.1", 25 "react-router-dom": "^5.2.0", 26 "react-scripts": "3.4.1", 27 "typescript": "~3.7.2" 28 }, 29 "scripts": { 30 "build": "react-scripts build", 31 "deploy": "react-scripts build && gh-pages -d build", 32 "eject": "react-scripts eject", 33 "format": "prettier --write \"src/**/*.(ts|tsx)\"", 34 "ogstart": "react-scripts start", 35 "start": "serve -l $PORT -s build", 36 "test": "react-scripts test" 37 }, 38 "eslintConfig": { 39 "extends": "react-app" 40 }, 41 "browserslist": { 42 "production": [ 43 ">0.2%", 44 "not dead", 45 "not op_mini all" 46 ], 47 "development": [ 48 "last 1 chrome version", 49 "last 1 firefox version", 50 "last 1 safari version" 51 ] 52 }, 53 "devDependencies": { 54 "@types/jest": "^25.2.3", 55 "@types/moment-timezone": "^0.5.13", 56 "@types/node": "^14.0.5", 57 "@types/react": "^16.9.35", 58 "@types/react-dom": "^16.9.8", 59 "@types/react-router-dom": "^5.1.5", 60 "gh-pages": "^2.2.0", 61 "prettier": "^2.1.2", 62 "serve": "^11.3.1" 63 } 64 }