-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "jeffjadulco.com",
"private": true,
"description": "My personal website made using Next.js",
"version": "3.0.0",
"author": "Jeff Jadulco <[email protected]>",
"dependencies": {
"@formspree/react": "^2.4.1",
"next": "^13.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.3.0",
"@notionhq/client": "^0.3.3",
"@tailwindcss/typography": "^0.5.8",
"@types/glob": "^7.1.3",
"@types/react": "^18.0.25",
"autoprefixer": "^10.4.14",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"date-fns": "^2.21.3",
"eslint-config-next": "^13.4.9",
"globby": "^11.0.3",
"hast-util-to-html": "^7.1.3",
"hast-util-to-string": "^1.0.4",
"mdx-bundler": "^4.0.0",
"node-html-parser": "^1.4.9",
"parse-numeric-range": "^1.2.0",
"postcss": "^8.4.21",
"prettier": "^2.0.5",
"querystring": "^0.2.0",
"reading-time": "^1.3.0",
"refractor": "^3.3.1",
"rehype": "^11.0.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^5.1.0",
"rehype-parse": "^7.0.1",
"rehype-slug": "^4.0.1",
"rss-parser": "^3.12.0",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"unified": "^9.2.1",
"unist-util-visit": "^2.0.3"
},
"keywords": [
"nextjs"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://github.com/jeffjadulco/jeffjadulco.com.git"
}
}