-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "resume",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./src/**/*.{js*,ts*} --fix"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@onedoc/client": "^0.1.33",
"@onedoc/react-print": "^0.1.133",
"@t3-oss/env-nextjs": "^0.11.0",
"@types/common-tags": "^1.8.4",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"dayjs": "^1.11.12",
"file-saver": "^2.0.5",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "8.45.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"jiti": "^1.21.6",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"typescript": "5.5.4"
}
}