-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "gavin-nelson",
"private": true,
"description": "Gavin Nelson's personal website and product design portfolio.",
"version": "0.1.0",
"author": "Gavin Nelson <gavin@nelson.co>",
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^13.2.4",
"@vercel/analytics": "^0.1.4",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"date-fns": "^2.29.3",
"dotenv": "^16.0.2",
"gray-matter": "^4.0.3",
"markdown": "^0.5.0",
"next-mdx-remote": "^4.4.1",
"next": "^13.2.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.21",
"preact": "^10.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"rss": "^1.2.2",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"prettier": "2.8.4"
},
"keywords": [],
"license": "",
"scripts": {
"dev": "next dev",
"build": "yarn rss && next build",
"rss": "node lib/rss",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,json,md,mdx}\""
}
}