180 lines
5.6 KiB
JSON
180 lines
5.6 KiB
JSON
{
|
|
"name": "airbyte-webapp",
|
|
"version": "0.40.18",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install airbyte-webapp/.husky",
|
|
"prestart": "npm run generate-client",
|
|
"start": "craco start",
|
|
"prestart:cloud": "npm run generate-client",
|
|
"start:cloud": "AB_ENV=frontend-dev node -r ./scripts/environment.js ./node_modules/.bin/craco start",
|
|
"prebuild": "npm run generate-client",
|
|
"build": "BUILD_PATH='./build/app' craco build",
|
|
"pretest": "npm run generate-client",
|
|
"test": "craco 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",
|
|
"stylelint": "stylelint \"**/*.{css,scss}\"",
|
|
"stylelint-check": "stylelint-config-prettier-scss-check",
|
|
"license-check": "node ./scripts/license-check.js",
|
|
"generate-client": "orval",
|
|
"validate-links": "ts-node --skip-project ./scripts/validate-links.ts"
|
|
},
|
|
"dependencies": {
|
|
"@datadog/browser-rum": "^4.21.2",
|
|
"@floating-ui/react-dom": "^1.0.0",
|
|
"@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",
|
|
"@headlessui/react": "^1.6.5",
|
|
"@monaco-editor/react": "^4.4.5",
|
|
"@sentry/react": "^6.19.6",
|
|
"@sentry/tracing": "^6.19.6",
|
|
"@types/segment-analytics": "^0.0.34",
|
|
"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",
|
|
"js-yaml": "^4.1.0",
|
|
"launchdarkly-js-client-sdk": "^2.22.1",
|
|
"lodash": "^4.17.21",
|
|
"mdast": "^3.0.0",
|
|
"query-string": "^6.13.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-intl": "^6.1.1",
|
|
"react-lazylog": "^4.5.3",
|
|
"react-markdown": "^7.0.1",
|
|
"react-paginate": "^8.1.3",
|
|
"react-query": "^3.39.1",
|
|
"react-reflex": "^4.0.9",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-select": "^5.4.0",
|
|
"react-slick": "^0.29.0",
|
|
"react-table": "^7.8.0",
|
|
"react-use": "^17.4.0",
|
|
"react-use-intercom": "^1.5.2",
|
|
"react-widgets": "^4.6.1",
|
|
"recharts": "^2.1.13",
|
|
"rehype-slug": "^5.0.1",
|
|
"rehype-urls": "^1.1.1",
|
|
"remark-directive": "^2.0.1",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-gfm": "^3.0.0",
|
|
"rxjs": "^7.5.5",
|
|
"sanitize-html": "^2.7.1",
|
|
"sass": "^1.52.2",
|
|
"styled-components": "^5.3.5",
|
|
"typesafe-actions": "^5.1.0",
|
|
"unist-util-visit": "^4.1.0",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "^7.0.0-alpha.7",
|
|
"@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/js-yaml": "^4.0.5",
|
|
"@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-paginate": "^7.1.1",
|
|
"@types/react-slick": "^0.23.10",
|
|
"@types/react-table": "^7.7.12",
|
|
"@types/react-widgets": "^4.4.7",
|
|
"@types/sanitize-html": "^2.6.2",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@types/unist": "^2.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"dotenv": "^16.0.3",
|
|
"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-jsx-a11y": "^6.6.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"express": "^4.18.1",
|
|
"husky": "^8.0.1",
|
|
"license-checker": "^25.0.1",
|
|
"lint-staged": "^12.3.7",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"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",
|
|
"stylelint": "^14.9.1",
|
|
"stylelint-config-css-modules": "^4.1.0",
|
|
"stylelint-config-prettier-scss": "^0.0.1",
|
|
"stylelint-config-standard": "^26.0.0",
|
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
"tar": "^6.1.11",
|
|
"tmpl": "^1.0.5",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"overrides": {
|
|
"minimatch": "^3.0.5"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,jsx,ts,tsx}": [
|
|
"eslint --fix"
|
|
],
|
|
"src/**/*.{css,scss,md,json}": [
|
|
"prettier --write"
|
|
],
|
|
"{public,src}/**/*.{css,scss}": [
|
|
"stylelint --fix"
|
|
]
|
|
},
|
|
"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": [],
|
|
"snapshotSerializers": [
|
|
"./scripts/classname-serializer.js"
|
|
],
|
|
"coveragePathIgnorePatterns": [
|
|
".stories.tsx"
|
|
]
|
|
}
|
|
}
|