-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.14",
"@mantine/carousel": "^7.12.1",
"@mantine/core": "^7.12.1",
"@mantine/form": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantinex/mantine-logo": "^1.0.1",
"@mui/material": "^6.0.0",
"@mui/material-nextjs": "^6.0.0",
"@mui/styled-engine-sc": "^6.0.0",
"@next/bundle-analyzer": "^14.2.7",
"@tabler/icons-react": "^3.14.0",
"@tailwindcss/forms": "^0.5.8",
"@tanstack/react-query": "^5.53.1",
"axios": "^1.7.6",
"my-app": "file:",
"next": "^14.2.7",
"next-auth": "^4.24.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"styled-components": "^6.1.12",
"swiper": "^11.1.11",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^20",
"@types/react": "^18.3.5",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14.2.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}