-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.51 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
81
82
83
84
85
86
87
{
"name": "cameroncabo.com",
"private": false,
"description": "Driven learner, developer, and product builder",
"version": "0.1.0",
"author": "Cameron Cabo <[email protected]>",
"engines": {
"node": ">=16"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.2",
"gatsby": "^4.7.1",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^4.7.0",
"gatsby-plugin-google-analytics": "^4.7.0",
"gatsby-plugin-preact": "^6.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-styled-components": "^5.7.0",
"gatsby-plugin-typescript": "^4.7.0",
"gatsby-remark-images": "^6.7.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-json": "^4.7.0",
"gatsby-transformer-remark": "^5.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"intersection-observer": "^0.12.0",
"preact": "^10.6.5",
"preact-render-to-string": "^5.1.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@notionhq/client": "^0.4.13",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.22",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.9.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prefer-arrow": "^1.1.7",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"puppeteer": "^13.3.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"keywords": [
"cameroncabo",
"cameron",
"cabo",
"cacabo",
"upenn",
"penn",
"mt",
"dev",
"m&t",
"palantir",
"freelance"
],
"license": "MIT",
"scripts": {
"scripts:source-notion-books": "source env.sh && ts-node scripts/source-notion-books.ts",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop",
"dev": "yarn develop",
"serve": "gatsby serve",
"format": "prettier --write 'src/**/*.{js,jsx,json,md,ts,tsx}'",
"lint": "eslint '{src,scripts}/**/*.{ts,tsx}'"
},
"repository": {
"type": "git",
"url": "https://github.com/cacabo/cameroncabo.com"
},
"bugs": {
"url": "https://github.com/cacabo/cameroncabo.com/issues"
}
}