-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
50
51
52
53
54
55
56
{
"name": "scratch",
"version": "0.1.0",
"repository": "https://github.com/sgoodrow/scratch",
"author": "Scott Goodrow <sgoodrow@gmail.com>",
"license": "UNLICENSED",
"main": "index.js",
"type": "module",
"private": true,
"engines": {
"node": ">=20"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/material-nextjs": "^5.15.11",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"csstype": "^3",
"dayjs": "^1.11.11",
"lodash": "^4.17.21",
"next": "14.1",
"next-extra": "^0.2.2",
"next-query-params": "^5.0.0",
"notistack": "^3.0.1",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"use-query-params": "^2.2.1",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"@types/node": "20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.2",
"tsx": "^4.15.7",
"typescript": "^5.5.3"
}
}