Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧰 Frontend Infrastructure and Tooling 🛠️ #3

Merged
merged 22 commits into from
Apr 12, 2021
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Project dependencies
codemonkey800 committed Apr 9, 2021
commit 462bb394abd7529229713bbef2f7002a4b2ea598
57 changes: 57 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "napari-hub",
"version": "0.0.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"clsx": "^1.1.1",
"next": "10.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.13.5"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@tailwindcss/typography": "^0.4.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.6.3",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jest-playwright": "^0.2.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"expect-playwright": "^0.3.3",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-playwright-preset": "^1.5.1",
"lint-staged": "^10.5.4",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"playwright": "^1.10.0",
"plop": "^2.7.4",
"postcss": "^8.2.9",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"stylelint": "^13.12.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"tailwindcss": "^2.1.1",
"typed-scss-modules": "^4.1.1",
"typescript": "^4.2.4"
}
}
10,157 changes: 10,157 additions & 0 deletions client/pnpm-lock.yaml

Large diffs are not rendered by default.