forked from samarth-ramesh/timetracker-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 870 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
{
"name": "timetracker-frontend",
"private": false,
"license": "GPL-3.0-or-later",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"generate": "graphql-code-generator -w"
},
"dependencies": {
"@apollo/client": "^3.7.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/client-preset": "^1.3.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.4",
"vite": "^4.0.0"
}
}