-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 978 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": "pop-corn",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:format": "prettier --write .",
"prettier:check": "prettier --check ."
},
"dependencies": {
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/poppins": "^4.5.1",
"dayjs": "^1.10.7",
"framer-motion": "^5",
"hamburger-react": "^2.4.1",
"next": "^12.0.9",
"next-seo": "^5.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroller": "^1.2.4",
"react-query": "^3.34.12"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-infinite-scroller": "^1.2.2",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.9",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
}
}