github.com/grafviktor/keep-my-secret@v0.9.10-0.20230908165355-19f35cce90e5/website/package.json (about) 1 { 2 "name": "kms-client", 3 "version": "0.1.0", 4 "private": true, 5 "dependencies": { 6 "@testing-library/jest-dom": "5.17.0", 7 "@testing-library/react": "13.4.0", 8 "@testing-library/user-event": "13.5.0", 9 "axios": "1.4.0", 10 "classnames": "2.3.2", 11 "jwt-decode": "3.1.2", 12 "lodash": "4.17.21", 13 "react": "18.2.0", 14 "react-dom": "18.2.0", 15 "react-scripts": "5.0.1", 16 "web-vitals": "2.1.4" 17 }, 18 "scripts": { 19 "start": "react-scripts start", 20 "build": "BUILD_PATH='../ui/static' react-scripts build", 21 "test": "react-scripts test", 22 "eject": "react-scripts eject" 23 }, 24 "eslintConfig": { 25 "extends": [ 26 "react-app", 27 "react-app/jest" 28 ] 29 }, 30 "browserslist": { 31 "production": [ 32 ">0.2%", 33 "not dead", 34 "not op_mini all" 35 ], 36 "development": [ 37 "last 1 chrome version", 38 "last 1 firefox version", 39 "last 1 safari version" 40 ] 41 }, 42 "devDependencies": { 43 "eslint": "8.47.0", 44 "eslint-config-airbnb": "19.0.4", 45 "eslint-plugin-import": "2.28.1", 46 "eslint-plugin-jsx-a11y": "6.7.1", 47 "eslint-plugin-react": "7.33.2", 48 "eslint-plugin-react-hooks": "4.6.0" 49 } 50 }