115 lines
3.4 KiB
JSON
115 lines
3.4 KiB
JSON
{
|
|
"name": "airbyte-webapp",
|
|
"version": "0.30.25-alpha",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"format": "prettier --write 'src/**/*.{ts,tsx}'",
|
|
"storybook": "start-storybook -p 9009 -s public --quiet",
|
|
"lint": "eslint --ext js,ts,tsx src"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
|
"@fortawesome/free-regular-svg-icons": "^5.14.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.8",
|
|
"@fullstory/browser": "^1.4.9",
|
|
"@rest-hooks/legacy": "^2.0.5",
|
|
"@sentry/react": "^6.11.0",
|
|
"@sentry/tracing": "^6.11.0",
|
|
"dayjs": "^1.8.35",
|
|
"firebase": "^9.0.1",
|
|
"flat": "^5.0.2",
|
|
"formik": "2.1.5",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.isequal": "^4.5.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"query-string": "^6.13.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-dropzone": "^11.2.4",
|
|
"react-helmet": "6.1.0",
|
|
"react-intl": "^3.12.0",
|
|
"react-lazylog": "^4.5.3",
|
|
"react-pose": "^4.0.10",
|
|
"react-query": "^3.19.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-select": "^4.3.1",
|
|
"react-table": "^7.5.0",
|
|
"react-use": "^15.3.8",
|
|
"react-use-intercom": "^1.4.0",
|
|
"react-widgets": "^4.6.1",
|
|
"recharts": "^2.1.3",
|
|
"rest-hooks": "^5.0.20",
|
|
"sanitize-html": "^2.3.3",
|
|
"styled-components": "^5.1.1",
|
|
"typesafe-actions": "^5.1.0",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@rest-hooks/test": "^6.2.0",
|
|
"@storybook/addon-essentials": "^6.3.6",
|
|
"@storybook/preset-create-react-app": "^3.2.0",
|
|
"@storybook/react": "^6.3.2",
|
|
"@storybook/theming": "^6.3.8",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/react-hooks": "^7.0.1",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/flat": "^5.0.1",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/json-schema": "^7.0.6",
|
|
"@types/lodash.get": "^4.4.6",
|
|
"@types/lodash.isequal": "^4.5.5",
|
|
"@types/lodash.merge": "^4.6.6",
|
|
"@types/node": "^12.0.0",
|
|
"@types/query-string": "^6.3.0",
|
|
"@types/react": "17.0.2",
|
|
"@types/react-dom": "17.0.1",
|
|
"@types/react-helmet": "6.1.0",
|
|
"@types/react-lazylog": "^4.5.0",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"@types/react-select": "^4.0.16",
|
|
"@types/react-table": "^7.0.12",
|
|
"@types/react-widgets": "4.4.4",
|
|
"@types/sanitize-html": "^1.27.0",
|
|
"@types/styled-components": "5.1.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
"@typescript-eslint/parser": "^4.15.1",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-plugin-jest": "^24.1.5",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"husky": "^4.2.3",
|
|
"lint-staged": "^10.0.8",
|
|
"prettier": "^2.2.1",
|
|
"react-scripts": "4.0.2",
|
|
"storybook-addon-styled-component-theme": "^2.0.0",
|
|
"typescript": "4.2.4"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|