-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 997 Bytes
/
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
{
"name": "cmd-k-leaderboard",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.1",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.5.1",
"@supabase/supabase-js": "^1.27.0",
"canvas-confetti": "^1.4.0",
"framer-motion": "^4.1.17",
"gsap": "^3.9.1",
"next": "^12.0.3",
"react": "^16.14.0",
"react-autosuggest": "^10.1.0",
"react-dom": "^16.14.0",
"react-gsap": "^3.2.1",
"react-icons": "^4.3.1",
"react-scrollmagic": "^2.3.0",
"react-themeable": "^1.1.0",
"react-ticker": "^1.3.0",
"react-twitter-embed": "^3.0.3",
"react-twitter-widgets": "^1.10.0",
"scrollmagic": "^2.0.8",
"scrollmagic-plugin-gsap": "^1.0.4"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.3"
}
}