-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "web-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"test": "TZ=UTC vitest --run",
"test:update": "TZ=UTC vitest --run -u",
"tsc": "tsc",
"codegen": "graphql-codegen --config ./src/api/graphql/codegen.yml",
"ladle": "ladle serve",
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "^3.0.0",
"@ladle/react": "^2.10.2",
"clsx": "^1.2.1",
"graphql": "^16.6.0",
"i18next": "^22.4.13",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"modern-normalize": "^1.1.0",
"react": "^18.2.0",
"react-aria": "^3.23.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
"react-router-dom": "^6.10.0",
"urql": "^3.0.4",
"vite-plugin-svgr": "^2.4.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@axe-core/react": "^4.6.1",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/gql-tag-operations-preset": "^2.1.0",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@mobile-reality/eslint-config": "^0.10.1",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "~5.31.0",
"@typescript-eslint/parser": "~5.31.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.37.0",
"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",
"eslint-plugin-simple-import-sort": "^7.0.0",
"happy-dom": "^8.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"sass": "^1.60.0",
"typescript": "^5.0.3",
"typescript-plugin-css-modules": "^5.0.0",
"vite": "^4.2.1",
"vitest": "^0.29.8"
}
}