forked from JayeshVP24/Activity-Dekho
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build ",
"start": "next start"
},
"dependencies": {
"@next/font": "^13.1.1",
"@types/file-saver": "^2.0.5",
"@types/firebase": "^3.2.1",
"@xstate/react": "^3.0.1",
"file-saver": "^2.0.5",
"firebase": "^9.15.0",
"framer-motion": "^8.0.2",
"html2pdf": "^0.0.11",
"jspdf": "^2.5.1",
"next": "latest",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.1/xlsx-0.19.1.tgz",
"xstate": "^4.35.1",
"zod": "^3.20.6"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.7.2"
}
}