-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.54 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.54 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
{
"name": "keithbartholomew.com",
"version": "1.0.0",
"description": "keithbartholomew.com",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"publish": "./scripts/build-infra-support.sh && aws s3 cp --recursive ./out/_next/static s3://keithbartholomew-com-static/_next/static && aws s3 cp --recursive ./out s3://keithbartholomew-com-static/$(git rev-parse HEAD)/",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ktbartholomew/keithbartholomew.com.git"
},
"author": "Keith Bartholomew <keith.bartholomew@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ktbartholomew/keithbartholomew.com/issues"
},
"homepage": "https://github.com/ktbartholomew/keithbartholomew.com#readme",
"dependencies": {
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.3",
"@types/mdx": "^2.0.10",
"autoprefixer": "^10.4.16",
"gray-matter": "^4.0.3",
"next": "^14.0.3",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.136",
"@types/mapbox__rehype-prism": "^0.8.3",
"@types/node": "20.9.5",
"@types/react": "18.2.38",
"esbuild": "^0.25.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2"
}
}