This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "sapphire",
"version": "1.0.17",
"private": true,
"scripts": {
"postinstall": "husky install",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"eslint": "eslint --cache-location .cache/eslint/.eslintcache --cache --ext .ts,.tsx . --rule \"{import/no-cycle: off}\"",
"tslint": "tsc --noEmit --incremental --outDir .cache/ts",
"prettier": "prettier --log-level warn \"**/*.{ts,tsx}\" --check",
"lint": "concurrently 'yarn eslint --rule \"{import/no-cycle: error}\"' 'yarn tslint' --raw",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest --passWithNoTests",
"release": "release-it",
"analyze": "vite-bundle-visualizer -o ./stats.html",
"swagger": "node openapiGenerator.js"
},
"config": {
"openapiUrls": [
"/users",
"/storage",
"/projects",
"/notifications",
"/messenger"
]
},
"dependencies": {
"@chakra-ui/anatomy": "^2.2.1",
"@chakra-ui/form-control": "^2.1.1",
"@chakra-ui/icon": "^3.2.0",
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/layout": "^2.3.1",
"@chakra-ui/media-query": "^3.3.0",
"@chakra-ui/menu": "^2.2.1",
"@chakra-ui/react": "^2.8.0",
"@chakra-ui/spinner": "^2.1.0",
"@chakra-ui/system": "^2.6.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@tanstack/react-query": "^4.35.3",
"@types/debounce-promise": "^3.1.9",
"@types/lodash": "^4.14.200",
"@types/uuid": "^9.0.7",
"axios": "^1.6.0",
"chakra-react-select": "^4.7.6",
"date-fns": "^2.30.0",
"debounce-promise": "^3.1.2",
"form-data": "^4.0.0",
"framer-motion": "^10.17.0",
"lodash": "^4.17.21",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-icons": "^4.11.0",
"react-router-dom": "^6.15.0",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"zustand": "^4.4.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@tanstack/react-query-devtools": "^4.35.3",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.4",
"commitlint": "^17.7.1",
"concurrently": "^8.2.1",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-boundaries": "^3.4.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-vitest": "^0.3.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"msw": "^1.2.5",
"openapi-typescript": "^6.7.0",
"prettier": "^3.0.3",
"release-it": "^16.1.5",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-bundle-visualizer": "^0.10.0",
"vite-plugin-ejs": "^1.6.4",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.34.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=14.18.0"
},
"resolutions": {
"typescript": "5.1.6",
"vite-plugin-checker/meow": "8.1.2",
"@babel/core": "7.23.2",
"get-func-name": "2.0.1",
"postcss": "8.4.31",
"graphql": "16.8.1"
}
}