-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "frontend2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"generate-api": "npx @rtk-query/codegen-openapi openapi-config.cjs"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react": "^7.10.0",
"@sentry/tracing": "^7.10.0",
"@tailwindcss/typography": "^0.5.4",
"apollo-upload-client": "^17.0.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"daisyui": "^4.0.5",
"framer-motion": "^10.11.2",
"graphql": "^16.8.0",
"graphql-ws": "^5.14.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"jotai": "^2.6.3",
"jwt-decode": "^3.1.2",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-i18next": "^11.18.4",
"react-linkify": "^1.0.0-alpha",
"react-loading": "^2.0.3",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"tailwindcss": "^3.1.8",
"uuid": "^9.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@types/node": "^18.15.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.8",
"cross-env": "^7.0.3",
"cssnano": "^5.1.13",
"esbuild-runner": "^2.2.2",
"path": "^0.12.7",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"ts-node": "^10.9.1",
"vite": "^4.4.5",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.1"
}
}