This repository was archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 KB
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
{
"name": "focusqueue",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write .",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint .",
"unused": "depcheck"
},
"dependencies": {
"@bradgarropy/use-countdown": "^1.5.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/lab": "5.0.0-alpha.120",
"@mui/material": "^5.11.10",
"@tanstack/react-query": "^4.24.10",
"axios": "^1.3.4",
"firebase": "^9.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"depcheck": "^1.4.3",
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^21.1.0",
"prettier": "^2.8.4",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-aliases": "^0.10.0",
"vitest": "^0.28.5"
}
}