-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
59
60
61
62
63
64
{
"name": "temperature-outfit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "^7.17.12",
"@emotion/styled": "^11.8.1",
"@fullcalendar/common": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@fullcalendar/timegrid": "^5.11.0",
"@hookform/error-message": "^2.0.0",
"@mui/material": "^5.8.0",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^3.11.1",
"@supabase/storage-js": "^1.7.0",
"@types/react-js-pagination": "^3.0.4",
"axios": "^0.27.2",
"babel-plugin-transform-require-ignore": "^0.1.1",
"cuid": "^2.1.8",
"formidable": "^2.0.1",
"next": "^12.1.5-canary.1",
"next-auth": "^4.3.1",
"next-connect": "^0.12.2",
"next-transpile-modules": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.38.0",
"react-icons": "^4.3.1",
"react-js-pagination": "^3.0.3",
"react-modal": "^3.15.1",
"react-query": "^3.39.2",
"react-simple-star-rating": "^4.0.5",
"recoil": "^0.7.4",
"recoil-persist": "^4.2.0",
"swagger-ui-react": "^4.12.0",
"sweetalert2": "^11.4.26",
"swiper": "^8.4.5",
"typeit-react": "^2.6.4"
},
"devDependencies": {
"@react-three/drei": "^9.14.3",
"@react-three/fiber": "^8.0.27",
"@types/formidable": "^2.0.5",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-modal": "^3.13.1",
"@types/swagger-ui-react": "^4.11.0",
"@types/three": "^0.141.0",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"prisma": "^3.11.1",
"three": "^0.141.0",
"typescript": "4.6.3"
}
}