-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "bluesky",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.9.1",
"@contentful/rich-text-types": "^15.9.1",
"@svgr/webpack": "^6.1.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"contentful-management": "^7.47.0",
"date-fns": "^2.27.0",
"formidable": "^2.0.1",
"framer-motion": "^5.4.5",
"googleapis": "^92.0.0",
"lodash": "^4.17.21",
"next": "12.0.7",
"next-connect": "^0.11.0",
"react": "17.0.2",
"react-datepicker": "^4.5.0",
"react-dom": "17.0.2",
"react-intl": "^5.24.2",
"react-multi-carousel": "^2.8.0",
"react-player": "^2.9.0",
"react-responsive-carousel": "^3.2.22",
"recordrtc": "^5.6.2",
"videojs-record": "^4.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
}
}