-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "skillzl.dev",
"version": "2.1.0",
"description": "✨ : personal portfolio: built using nextjs.",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"engines": {
"node": "18.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skillzl/skillzl.dev.git"
},
"keywords": [
"skillzl",
"portfolio",
"nextjs"
],
"author": "skillzl",
"license": "MIT",
"bugs": {
"url": "https://github.com/skillzl/skillzl.dev/issues"
},
"homepage": "https://github.com/skillzl/skillzl.dev#readme",
"dependencies": {
"@formspree/react": "^2.5.1",
"@heroicons/react": "^1.0.6",
"@prisma/client": "^3.14.0",
"@tailwindcss/forms": "^0.5.2",
"esbuild": "^0.14.42",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.0.1",
"motion": "^10.10.0",
"next": "12.1.6",
"next-auth": "^4.3.4",
"next-themes": "0.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.31.3",
"react-hot-toast": "^2.2.0",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.4.0",
"sharp": "^0.31.1",
"swr": "^1.3.0",
"wakatime-client": "^2.7.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^7.0.4",
"next-sitemap": "^2.5.28",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prisma": "^3.14.0",
"tailwindcss": "^3.0.24",
"typescript": "4.7.3"
}
}