vitess.io/vitess@v0.16.2/web/vtadmin/package.json (about) 1 { 2 "name": "vtadmin", 3 "version": "0.1.0", 4 "private": true, 5 "engines": { 6 "node": ">=16.19.0", 7 "npm": ">=8.1.0" 8 }, 9 "dependencies": { 10 "@bugsnag/js": "^7.20.0", 11 "@headlessui/react": "^1.7.8", 12 "@types/jest": "^29.4.0", 13 "@types/node": "^16.11.7", 14 "@types/react": "^16.14.2", 15 "@types/react-dom": "^16.9.10", 16 "@types/react-router-dom": "^5.3.3", 17 "classnames": "^2.3.2", 18 "dayjs": "^1.11.7", 19 "downshift": "^7.2.0", 20 "highcharts": "^10.3.3", 21 "highcharts-react-official": "^3.1.0", 22 "history": "^5.3.0", 23 "lodash-es": "^4.17.21", 24 "postcss-flexbugs-fixes": "^5.0.2", 25 "postcss-preset-env": "^8.0.1", 26 "query-string": "^6.14.0", 27 "react": "^17.0.2", 28 "react-dom": "^17.0.2", 29 "react-flow-renderer": "^10.3.17", 30 "react-query": "^3.5.9", 31 "react-router-dom": "^5.3.4", 32 "react-tiny-popover": "^6.0.5", 33 "react-toastify": "^8.1.0", 34 "sass": "^1.58.0", 35 "svgo": "^3.0.2", 36 "typescript": "^4.5.4", 37 "web-vitals": "^3.1.1" 38 }, 39 "scripts": { 40 "local": "REACT_APP_VTADMIN_API_ADDRESS=\"http://localhost:14200\" REACT_APP_ENABLE_EXPERIMENTAL_TABLET_DEBUG_VARS=\"true\" PORT=14201 react-scripts start", 41 "start": "react-scripts start", 42 "build": "react-scripts build", 43 "test": "react-scripts test", 44 "lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:stylelint", 45 "lint:fix": "npm run lint:eslint:fix && npm run lint:prettier:fix && npm run lint:stylelint:fix", 46 "lint:eslint": "eslint --ext js,ts,tsx src", 47 "lint:eslint:fix": "npm run lint:eslint -- --fix", 48 "lint:prettier": "prettier --config \"./.prettiercc\" --check \"src/**/*.{js,jsx,ts,tsx,css,scss}\"", 49 "lint:prettier:fix": "npm run lint:prettier -- --write", 50 "lint:stylelint": "stylelint \"**/*.{css,scss}\"", 51 "lint:stylelint:fix": "npm run lint:stylelint -- --fix", 52 "eject": "react-scripts eject" 53 }, 54 "eslintConfig": { 55 "extends": [ 56 "react-app", 57 "react-app/jest" 58 ] 59 }, 60 "browserslist": { 61 "production": [ 62 ">0.2%", 63 "not dead", 64 "not op_mini all" 65 ], 66 "development": [ 67 "last 1 chrome version", 68 "last 1 firefox version", 69 "last 1 safari version" 70 ] 71 }, 72 "jest": { 73 "transformIgnorePatterns": [ 74 "/!node_modules\\/lodash-es/" 75 ] 76 }, 77 "devDependencies": { 78 "@testing-library/jest-dom": "^5.11.9", 79 "@testing-library/react": "^11.2.5", 80 "@testing-library/react-hooks": "^5.0.3", 81 "@testing-library/user-event": "^14.2.0", 82 "@types/lodash-es": "^4.17.4", 83 "autoprefixer": "^10.4.2", 84 "msw": "^0.36.8", 85 "postcss": "^8.4.6", 86 "prettier": "^2.2.1", 87 "protobufjs": "^6.11.3", 88 "react-scripts": "5.0.1", 89 "serve": "^14.2.0", 90 "stylelint": "^14.4.0", 91 "stylelint-config-prettier": "^9.0.3", 92 "stylelint-config-standard-scss": "^3.0.0", 93 "tailwindcss": "^3.0.18" 94 } 95 }