-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
{
"name": "cloud-reservation-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.6.1",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@vime/react": "^5.0.28",
"axios": "^0.21.1",
"chart.js": "^3.3.2",
"cloudinary": "^1.25.1",
"filepond": "^4.27.1",
"filepond-plugin-file-validate-size": "^2.2.4",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.6",
"filepond-plugin-media-preview": "^1.0.7",
"firebase": "^8.6.1",
"firebase-admin": "^9.8.0",
"formik": "^2.2.6",
"framer-motion": "^4.1.16",
"moment": "^2.29.1",
"next": "10.2.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-awesome-reveal": "^3.4.0",
"react-big-calendar": "^0.33.3",
"react-chartjs-2": "^3.0.3",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"react-filepond": "^7.1.1",
"react-flippy": "^1.1.0",
"react-icons": "^4.2.0",
"react-image-gallery": "^1.0.10",
"react-infinite-scroll-hook": "^4.0.1",
"react-spring": "^8.0.27",
"react-text-transition": "^1.3.0",
"sass": "^1.34.0",
"string-similarity": "^4.0.4",
"typewriter-effect": "^2.17.0",
"uifx": "^2.0.7",
"yup": "^0.32.9"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1"
}
}