-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.44 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
78
79
80
{
"private": true,
"name": "thomasleonhighbaugh.me",
"version": "2.1.1",
"description": "Personal Website for thomasleonhighbaugh.me",
"repository": "https://github.com/Thomashighbaugh/Personal-Site",
"author": "Thomas Leon Highbaugh <me@thomasleonhighbaugh.me>",
"license": "MIT",
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"type-check": "tsc",
"format": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx,vue}\" --config ./prettier.config.js"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@headlessui/react": "^1.4.1",
"@hookstate/core": "^3.0.13",
"@hookstate/persistence": "^3.0.0",
"@iconify/react": "^3.0.1",
"@splitbee/web": "^0.3.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/css": "^0.0.35",
"@vercel/analytics": "^0.1.3",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"daisyui": "^3.9.3",
"date-fns": "^2.24.0",
"emoji-regex": "^10.2.1",
"framer-motion": "^10.16.4",
"inter-ui": "^3.19.3",
"is-web-crawler": "^1.1.0",
"motion": "^10.7.2",
"next": "^13.5.6",
"next-axiom": "^0.13.0",
"next-mdx-remote": "^4.4.1",
"next-seo": "^4.28.1",
"next-themes": "^0.1.1",
"nprogress": "^0.2.0",
"ogl-typescript": "^0.1.40",
"postcss": "^8.4.31",
"prettier-plugin-tailwindcss": "^0.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.1.1",
"react-use": "^17.3.1",
"react-use-lanyard": "^0.1.0",
"rehype-autolink-headings": "^6.1.0",
"remark-code-titles": "^0.1.2",
"remark-emoji": "^3.0.2",
"remark-prism": "^1.3.6",
"remark-slug": "^7.0.0",
"swr": "^1.0.1",
"use-sound": "^4.0.1",
"windicss": "^3.5.1"
},
"devDependencies": {
"@types/node": "^16.10.1",
"@types/node-fetch": "^2.6.2",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "8.10.0",
"eslint-config-next": "^13.5.6",
"gray-matter": "^4.0.3",
"next-sitemap": "^2.5.4",
"node-fetch": "^3.2.10",
"prettier": "^3.0.3",
"ts-shader-loader": "^1.0.6",
"typescript": "^4.4.3",
"windicss-webpack-plugin": "^1.6.10"
}
}