-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 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
{
"name": "rclocacoes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.1",
"@cloudinary/react": "^1.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.7",
"@mui/x-date-pickers": "^6.12.1",
"@storefront-ui/react": "^2.5.0",
"cloudinary-video-player": "^1.9.12",
"css-loader": "^6.8.1",
"date-fns": "^2.30.0",
"file-loader": "^6.2.0",
"firebase": "8.8",
"force": "^0.0.3",
"framer-motion": "^10.12.21",
"moment": "^2.29.4",
"next": "^13.4.10",
"next-cloudinary": "^4.24.0",
"prop-types": "^15.8.1",
"rc-datetime-picker": "^1.6.1",
"react": "18.2.0",
"react-calendar": "^4.6.0",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.16.0",
"react-dom": "18.2.0",
"react-html5video": "^2.5.1",
"react-icons": "^4.11.0",
"react-player": "^2.12.0",
"react-toastify": "^9.1.3",
"react.video": "^1.0.14",
"sass": "^1.66.1",
"style-loader": "^3.3.3",
"styled-components": "^6.0.7",
"sweetalert": "^2.1.2",
"swiper": "^10.0.4",
"url-loader": "^4.1.1"
},
"devDependencies": {
"video.js": "^8.5.2"
}
}