-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "uhdre-gamdi",
"private": true,
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"codegen": "cross-env NODE_ENV=development graphql-codegen --config src/codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@types/react-slick": "^0.23.10",
"framer-motion": "^10.10.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.9",
"web-vitals": "^3.3.1",
"zustand": "^4.3.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/client-preset": "^2.1.1",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.2.6",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.37.0",
"prettier": "^2.8.7",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite-plugin-svgr": "^2.4.0"
}
}