forked from rupali-codes/LinksHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"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": {
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"daisyui": "^2.51.5",
"eslint": "8.37.0",
"eslint-config-next": "13.4.3",
"eslint-config-prettier": "^8.8.0",
"git": "^0.1.5",
"next": "13.4.3",
"next-themes": "^0.2.1",
"pnpm": "^8.6.6",
"prettier": "^2.8.7",
"react": "18.2.0",
"react-autosuggest": "^10.1.0",
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.11.0",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.20.0",
"react-transition-state": "^2.1.0",
"typescript": "5.0.3",
"typewriter-effect": "^2.21.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"autoprefixer": "^10.4.14",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}