-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 977 Bytes
/
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
{
"name": "users_search",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.3",
"@chakra-ui/react": "^2.2.3",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@testing-library/react": "^13.3.0",
"@types/qs": "^6.9.7",
"axios": "^0.27.2",
"fp-ts": "^2.12.1",
"framer-motion": "^6.4.3",
"i18next": "^21.8.13",
"io-ts": "^2.2.16",
"jsdom": "^20.0.0",
"lodash": "^4.17.21",
"qs": "^6.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.18.0",
"react-query": "^3.39.1",
"react-router-dom": "^6.3.0",
"vitest": "^0.18.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}