-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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": "main_web_site",
"license": "MIT",
"author": {
"url": "https://github.com/Gulistan-Developers-Community",
"name": "Gulistan-Developers-Community"
},
"scripts": {
"turbo": "turbo dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"static": "next build && next export",
"turbo lint": "turbo build lint"
},
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.13",
"@react-stately/collections": "^3.8.0",
"@react-stately/menu": "^3.5.2",
"firebase": "^9.17.2",
"html-to-image": "^1.11.11",
"jspdf": "^2.5.1",
"next": "^13.4.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-stately": "^3.23.0",
"sharp": "^0.32.5",
"turbo": "^1.9.9",
"uuid": "^9.0.0"
},
"devDependencies": {
"@headlessui/react": "^1.7.9",
"@heroicons/react": "^2.0.14",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.13",
"depcheck": "^1.4.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.4"
}
}