-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 954 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
39
{
"name": "readindo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/open-sans": "^4.5.0",
"@fontsource/raleway": "^4.5.0",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"framer-motion": "^4",
"mongodb": "^4.0.1",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hooks-global-state": "^1.0.1",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"swr": "^0.5.6",
"youtube-transcript": "^1.0.4"
},
"devDependencies": {
"@types/react": "17.0.13",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"sass": "^1.35.2",
"typescript": "4.3.5"
}
}