mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "astrobuild",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.10",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/jwt-decode": "^3.1.0",
|
|
"@types/node": "^18.15.7",
|
|
"@types/react": "^18.0.29",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/styled-components": "^5.1.26",
|
|
"formik": "^2.2.9",
|
|
"graphql": "^16.6.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"localforage": "^1.10.0",
|
|
"match-sorter": "^6.3.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-elastic-carousel": "^0.11.5",
|
|
"react-router-dom": "^6.9.0",
|
|
"react-to-print": "^2.14.12",
|
|
"reactflow": "^11.7.0",
|
|
"sort-by": "^1.2.0",
|
|
"styled-components": "^5.3.10",
|
|
"subscriptions-transport-ws": "^0.9.19",
|
|
"typescript": "^5.0.2",
|
|
"vite-plugin-svgr": "^2.4.0",
|
|
"web-vitals": "^3.3.0",
|
|
"yup": "^1.0.2"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"generate-main": "graphql-codegen --config codegen-main.yml",
|
|
"generate-support": "graphql-codegen --config codegen-support.yml",
|
|
"lint": "yarn run eslint src --ext .ts,.tsx",
|
|
"fix": "yarn lint --fix"
|
|
},
|
|
"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": "^3.2.2",
|
|
"@graphql-codegen/introspection": "^3.0.1",
|
|
"@graphql-codegen/typescript": "^3.0.2",
|
|
"@graphql-codegen/typescript-operations": "^3.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
"@typescript-eslint/parser": "^5.56.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"prettier": "^2.8.7",
|
|
"vite": "^4.2.1"
|
|
}
|
|
}
|