-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 KB
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
{
"name": "anthonymorris.dev",
"description": "A personal website for Anthony Morris",
"author": "Anthony Morris <amorriscode@gmail.com>",
"license": "MIT",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "vercel --scope amorriscode --confirm",
"deploy:prod": "vercel --scope amorriscode --prod --confirm"
},
"dependencies": {
"@plaiceholder/next": "^2.2.0",
"@vercel/analytics": "^1.3.1",
"animejs": "^3.2.1",
"classnames": "^2.3.1",
"date-fns": "^2.13.0",
"eslint-config-next": "^14.2.15",
"gray-matter": "^4.0.2",
"gsap": "^3.6.0",
"hastscript": "^6.0.0",
"next": "^14.2.15",
"next-seo": "^4.17.0",
"plaiceholder": "^2.2.0",
"react": "^18.3.1",
"react-countup": "^6.5.0",
"react-dom": "^18.3.1",
"react-icons": "^4.1.0",
"rehype-autolink-headings": "^5.0.1",
"rehype-highlight": "^4.0.0",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"rehype-slug": "^4.0.1",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^7.0.0",
"sharp": "^0.30.5",
"swr": "^2.2.5",
"unified": "^10.1.1",
"xml2js": "^0.4.23"
},
"repository": {
"type": "git",
"url": "https://github.com/amorriscode/anthonymorris.dev"
},
"bugs": {
"url": "https://github.com/amorriscode/anthonymorris.dev/issues"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.1",
"@types/animejs": "^3.1.4",
"@types/node": "^13.13.5",
"@types/react": "^16.9.35",
"@types/xml2js": "^0.4.5",
"autoprefixer": "^10.4.2",
"eslint": "^8.0.0",
"postcss": "^8.4.6",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^3.0.19",
"typescript": "^5.6.3"
}
}