-
-
Notifications
You must be signed in to change notification settings - Fork 560
/
package.json
57 lines (57 loc) · 1.51 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
50
51
52
53
54
55
56
57
{
"name": "linkshub",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"lint": "next lint",
"dev": "next dev",
"start": "next start",
"dev-setup": "pnpm install",
"start-setup": "pnpm install ",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"daisyui": "^2.52.0",
"eslint": "8.37.0",
"eslint-config-next": "13.4.3",
"eslint-config-prettier": "^8.10.0",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"firebase-functions": "^4.9.0",
"firestore-export-import": "^1.4.0",
"git": "^0.1.5",
"next": "13.4.3",
"next-themes": "^0.2.1",
"pnpm": "^8.15.9",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-autosuggest": "^10.1.0",
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.12.0",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.26.4",
"react-transition-state": "^2.1.1",
"tailwind-merge": "^2.3.0",
"typescript": "5.0.3",
"typewriter-effect": "^2.21.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"autoprefixer": "^10.4.19",
"husky": "^8.0.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}