forked from Warriors-of-Light/projectpalestine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
49
{
"name": "projectpalestine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.6",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vercel/analytics": "^1.1.1",
"analytics": "github:vercel/analytics",
"autoprefixer": "10.4.16",
"encoding": "^0.1.13",
"eslint-config-next": "13.5.4",
"firebase": "^10.5.0",
"firebase-admin": "^11.11.0",
"framer-motion": "^10.16.4",
"i18next": "^23.6.0",
"js-cookie": "^3.0.5",
"next": "13.5.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.11.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"zustand": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"eslint": "^8.51.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react-hooks": "^4.6.0"
}
}