-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "gracias-marcelo-book",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-hook/window-size": "^3.0.7",
"@supabase/supabase-js": "^1.30.7",
"animated-scroll-to": "^2.2.0",
"axios": "^0.26.0",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.6",
"copy-to-clipboard": "^3.3.1",
"framer-motion": "^6.2.8",
"js-cookie": "^3.0.1",
"next": "12.1.0",
"next-images": "^1.8.4",
"next-seo": "^5.1.0",
"plyr-react": "^3.2.1",
"react": "17.0.2",
"react-cool-inview": "^2.0.9",
"react-cool-virtual": "^0.7.0",
"react-div-100vh": "^0.7.0",
"react-dom": "17.0.2",
"react-google-recaptcha-v3": "^1.9.7",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroll-hook": "^4.0.2",
"react-infinite-scroller": "^1.2.5",
"react-loading-icons": "^1.0.8",
"react-player": "^2.9.0",
"react-recaptcha-x": "^1.1.13",
"react-svg-loader": "^3.0.3",
"sass": "^1.49.9",
"scroll-lock": "^2.1.5",
"styled-components": "^5.3.3",
"swiper": "^8.0.6",
"use-debounce": "^7.0.1"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}