144 lines
4.3 KiB
JSON
144 lines
4.3 KiB
JSON
{
|
|
"name": "airbyte-webapp",
|
|
"version": "0.39.23-alpha",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "BUILD_PATH='./build/app' react-scripts build",
|
|
"test": "react-scripts test",
|
|
"test:coverage": "npm test -- --coverage --watchAll=false",
|
|
"format": "prettier --write 'src/**/*.{ts,tsx}'",
|
|
"storybook": "start-storybook -p 9009 --quiet",
|
|
"build:storybook": "build-storybook -o 'build/storybook'",
|
|
"lint": "eslint --ext js,ts,tsx src",
|
|
"license-check": "node ./scripts/license-check.js",
|
|
"generate-client": "orval",
|
|
"validate-links": "ts-node --skip-project ./scripts/validate-links.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"@fullstory/browser": "^1.5.1",
|
|
"@monaco-editor/react": "^4.4.5",
|
|
"@sentry/react": "^6.19.6",
|
|
"@sentry/tracing": "^6.19.6",
|
|
"classnames": "^2.3.1",
|
|
"dayjs": "^1.11.3",
|
|
"firebase": "^9.8.2",
|
|
"flat": "^5.0.2",
|
|
"formik": "^2.2.9",
|
|
"framer-motion": "^6.3.11",
|
|
"launchdarkly-js-client-sdk": "^2.22.1",
|
|
"lodash": "^4.17.21",
|
|
"query-string": "^6.13.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^11.5.3",
|
|
"react-helmet": "6.1.0",
|
|
"react-intl": "^5.24.8",
|
|
"react-lazylog": "^4.5.3",
|
|
"react-markdown": "^7.0.1",
|
|
"react-query": "^3.39.1",
|
|
"react-reflex": "^4.0.9",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-select": "^4.3.1",
|
|
"react-table": "^7.8.0",
|
|
"react-use": "^15.3.8",
|
|
"react-use-intercom": "^1.5.2",
|
|
"react-widgets": "^4.6.1",
|
|
"recharts": "^2.1.10",
|
|
"rehype-slug": "^5.0.1",
|
|
"rehype-urls": "^1.1.1",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-gfm": "^3.0.0",
|
|
"rxjs": "^7.5.5",
|
|
"sanitize-html": "^2.7.0",
|
|
"sass": "^1.52.2",
|
|
"styled-components": "^5.3.5",
|
|
"typesafe-actions": "^5.1.0",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-essentials": "^6.5.7",
|
|
"@storybook/builder-webpack5": "^6.5.7",
|
|
"@storybook/manager-webpack5": "^6.5.7",
|
|
"@storybook/preset-create-react-app": "^4.1.2",
|
|
"@storybook/react": "^6.5.7",
|
|
"@storybook/theming": "^6.5.7",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^12.1.3",
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/flat": "^5.0.2",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/json-schema": "^7.0.11",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/node": "^17.0.40",
|
|
"@types/query-string": "^6.3.0",
|
|
"@types/react": "^17.0.39",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"@types/react-lazylog": "^4.5.1",
|
|
"@types/react-select": "^4.0.16",
|
|
"@types/react-table": "^7.7.12",
|
|
"@types/react-widgets": "^4.4.7",
|
|
"@types/sanitize-html": "^2.6.2",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-css-modules": "^2.11.0",
|
|
"eslint-plugin-jest": "^26.5.3",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"express": "^4.18.1",
|
|
"husky": "^4.2.3",
|
|
"license-checker": "^25.0.1",
|
|
"lint-staged": "^12.3.7",
|
|
"node-fetch": "^2.6.7",
|
|
"orval": "^6.7.1",
|
|
"prettier": "^2.6.2",
|
|
"react-scripts": "^5.0.1",
|
|
"react-select-event": "^5.5.0",
|
|
"storybook-addon-mock": "^2.4.1",
|
|
"tar": "^6.1.11",
|
|
"tmpl": "^1.0.5",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"jest": {
|
|
"transformIgnorePatterns": [
|
|
"node_moduels/(?!rehype-slug/.*)"
|
|
]
|
|
}
|
|
}
|