package.json (1318B)
1 { 2 "name": "time-convertor", 3 "author": { 4 "email": "acagastya@outlook.com", 5 "name": "Agastya", 6 "url": "http://hanabi.in" 7 }, 8 "bugs": { 9 "email": "acagastya@outlook.com", 10 "url": "https://github.com/acagastya/time-convertor/issues" 11 }, 12 "license": "BSD-3-Clause", 13 "repository": { 14 "url": "https://github.com/acagastya/time-convertor" 15 }, 16 "version": "1.0.0", 17 "private": true, 18 "dependencies": { 19 "@testing-library/jest-dom": "^4.2.4", 20 "@testing-library/react": "^9.3.2", 21 "@testing-library/user-event": "^7.1.2", 22 "moment-timezone": "^0.5.29", 23 "react": "^16.13.1", 24 "react-dom": "^16.13.1", 25 "react-router-dom": "^5.2.0", 26 "react-scripts": "3.4.1" 27 }, 28 "scripts": { 29 "start": "serve -l $PORT -s build", 30 "s": "react-scripts start", 31 "build": "react-scripts build", 32 "test": "react-scripts test", 33 "eject": "react-scripts eject", 34 "deploy": "yarn build && gh-pages -d build" 35 }, 36 "eslintConfig": { 37 "extends": "react-app" 38 }, 39 "browserslist": { 40 "production": [ 41 ">0.2%", 42 "not dead", 43 "not op_mini all" 44 ], 45 "development": [ 46 "last 1 chrome version", 47 "last 1 firefox version", 48 "last 1 safari version" 49 ] 50 }, 51 "devDependencies": { 52 "gh-pages": "^2.2.0", 53 "serve": "^11.3.0" 54 } 55 }