-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "konspekt-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "lint-staged",
"build": "next build",
"start": "next start",
"prepare": "husky"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-tooltip": "^1.1.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.3.0",
"google-auth-library": "^9.14.1",
"nanoid": "^5.0.7",
"next": "^14.2.13",
"nodemailer": "^6.9.15",
"react": "^18",
"react-dom": "^18",
"ts-pattern": "^5.3.1",
"zod": "^3.23.8",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}