-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.71 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
88
89
90
{
"private": true,
"name": "codedrift",
"description": "Personal blog & site of Rudolph Jakob Heuser",
"version": "2.0.0",
"author": "Jakob Heuser <[email protected]>",
"license": "MIT",
"homepage": "https://codedrift.com",
"scripts": {
"build": "next build",
"dev": "next",
"lint-staged": "lint-staged",
"prepare": "husky install",
"prettier": "prettier",
"start": "next start",
"syncpack": "syncpack",
"tgqlb": "dotenv -e .env.local pnpm tgqlb:run",
"tgqlb:run": "typed-graphql-builder --headers=\"user-agent:github.com/jakobo\" --headers=\"authorization:bearer $GITHUB_PAT\" --schema=\"https://api.github.com/graphql\" --output=\"./__generated__/github.ts\"",
"tsc": "tsc",
"xo": "xo"
},
"type": "module",
"main": "./pages/index.ts",
"dependencies": {
"@giscus/react": "^2.3.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@heroicons/react": "^1.0.6",
"@markdoc/markdoc": "^0.3.0",
"@urql/core": "^4.1.1",
"@urql/devtools": "^2.0.3",
"@vercel/analytics": "^1.0.1",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.3",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"feed": "^4.2.2",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"gray-matter": "^4.0.3",
"http-proxy-middleware": "^2.0.1",
"js-yaml": "^4.0.0",
"luxon": "^3.3.0",
"map-obj": "^5.0.2",
"next": "^13.4.12",
"next-seo": "^6.1.0",
"next-urql": "^5.0.2",
"prism-react-renderer": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.3.1",
"sharp": "^0.32.4",
"sort-array": "^4.1.4",
"strip-markdown": "^5.0.1",
"tslib": "^2.6.1",
"urql": "^4.0.5",
"yet-another-react-lightbox": "^3.12.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/cors": "^2.8.13",
"@types/js-yaml": "^4.0.5",
"@types/luxon": "^3.3.1",
"@types/react": "^18.2.18",
"@types/sort-array": "^4.1.0",
"autoprefixer": "^10.4.14",
"critters": "^0.0.20",
"dotenv-cli": "^7.2.1",
"eslint-config-next": "^13.4.12",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"node-loader": "^2.0.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"syncpack": "^10.9.3",
"tailwind-children": "^0.5.0",
"tailwindcss": "^3.3.3",
"ts-is-present": "^1.2.2",
"type-fest": "^4.1.0",
"typed-graphql-builder": "^4.0.0",
"typescript": "^5.1.6",
"xo": "^0.55.0"
},
"bugs": "https://github.com/jakobo/codedrift/issues"
}