forked from BransbyHorses/equine-training-tracker-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.1",
"@mui/styled-engine-sc": "^5.8.0",
"@mui/x-date-pickers": "^5.0.7",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"jwt-decode": "^3.1.2",
"next": "latest",
"next-auth": "^4.10.3",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.1.1",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"data-urls": "^3.0.2",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"react-test-renderer": "^18.2.0",
"typescript": "4.5.4"
}
}