mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "astrobuild",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.3.14",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/jwt-decode": "^3.1.0",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/styled-components": "^5.1.9",
|
|
"formik": "^2.2.6",
|
|
"graphql": "^15.5.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"styled-components": "^5.2.3",
|
|
"typescript": "^4.1.2",
|
|
"web-vitals": "^1.0.1",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"generate": "graphql-codegen --config codegen.yml"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^1.21.3",
|
|
"@graphql-codegen/introspection": "^1.18.2",
|
|
"@graphql-codegen/typescript": "^1.22.0",
|
|
"@graphql-codegen/typescript-operations": "^1.17.16",
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
"@typescript-eslint/parser": "^4.21.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-jsx-a11y": "6.4.1",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-react": "7.21.5",
|
|
"eslint-plugin-react-hooks": "1.7.0",
|
|
"prettier": "^2.2.1"
|
|
}
|
|
}
|