-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "redcarpetcom",
"version": "1.0.0",
"private": true,
"main": "firebaseFunctions.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"serve": "npm run build && firebase emulators:start --only functions,hosting",
"shell": "npm run build && firebase functions:shell",
"deploy": "firebase deploy --only functions,hosting",
"logs": "firebase functions:log",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.2",
"@glidejs/glide": "^3.4.1",
"@loadable/component": "^5.15.2",
"@next/bundle-analyzer": "^12.0.7",
"@reach/accordion": "^0.16.1",
"@redq/reuse-modal": "^1.1.9",
"@sentry/nextjs": "^6.16.1",
"@styled-system/theme-get": "^5.1.2",
"@zeit/next-css": "^1.0.1",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"branch-sdk": "^2.59.0",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"date-fns": "^2.28.0",
"email-validator": "^2.0.4",
"firebase": "^8.6.2",
"firebase-admin": "^8.12.1",
"firebase-functions": "^3.7.0",
"gray-matter": "^4.0.3",
"libphonenumber-js": "^1.9.44",
"moment": "^2.29.2",
"next": "^11.1.2",
"next-compose-plugins": "^2.2.1",
"next-fonts": "1.5.1",
"next-optimized-images": "^2.6.2",
"next-seo": "^4.28.1",
"nextjs-cors": "^2.1.0",
"polished": "^4.0.3",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"rc-collapse": "^3.1.1",
"rc-drawer": "^4.1.0",
"rc-progress": "^3.1.1",
"rc-slider": "^9.7.5",
"rc-tabs": "9.7.0",
"react": "^17.0.1",
"react-accessible-accordion": "3.3.5",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-aria-menubutton": "^7.0.2",
"react-collapser": "^1.5.10",
"react-content-loader": "^6.0.3",
"react-cookie": "^4.1.1",
"react-countdown-now": "^2.1.2",
"react-countup": "^6.0.0",
"react-datepicker": "^4.5.0",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.1",
"react-dropzone": "^11.4.2",
"react-html5-camera-photo": "^1.5.5",
"react-icons-kit": "^2.0.0",
"react-id-swiper": "^4.0.0",
"react-image": "^4.0.3",
"react-image-gallery": "1.2.7",
"react-input-range": "^1.3.0",
"react-input-slider": "^6.0.1",
"react-intl": "^5.24.1",
"react-markdown": "^4.3.1",
"react-masonry-component": "^6.2.1",
"react-multi-carousel": "^2.6.5",
"react-paginate": "^8.1.0",
"react-parallax": "^3.3.0",
"react-parallax-component": "^1.0.6",
"react-phone-number-input": "^3.1.44",
"react-responsive": "^9.0.0-beta.4",
"react-reveal": "^1.2.2",
"react-rnd": "^10.3.5",
"react-scroll-parallax": "^2.3.4",
"react-scrollspy": "^3.4.3",
"react-select": "^5.0.0",
"react-simple-keyboard": "^3.4.30",
"react-slick": "^0.28.1",
"react-step-progress-bar": "^1.0.3",
"react-stickynode": "4.0.0",
"react-tabs": "^3.2.2",
"react-toastify": "^8.1.0",
"react-tsparticles": "^1.38.0",
"react-typing-effect": "^2.0.5",
"react-webcam": "^6.0.0",
"remark": "^12.0.0",
"remark-html": "^11.0.2",
"styled-components": "^5.2.1",
"styled-system": "5.1.5",
"swiper": "^7.0.6",
"tsparticles": "^1.35.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"babel-plugin-styled-components": "^1.11.1",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"firebase-tools": "8.4.3",
"husky": "^4.2.5",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"polished": "^3.4.4",
"prettier": "^2.0.5",
"rimraf": "^3.0.2"
}
}