-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 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": "the-palestine-side",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"postbuild": "next-sitemap",
"build": "next build && next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ./src"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"axios": "^1.6.0",
"chakra-ui-markdown-renderer": "^4.1.0",
"firebase": "^10.6.0",
"framer-motion": "^10.16.4",
"next": "13.5.4",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"rehype-raw": "^7.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"prettier": "^3.0.3",
"typescript": "^5"
}
}