-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
124 lines (124 loc) · 3.92 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "arantespp.com",
"version": "1.0.0",
"license": "CC-BY-4.0",
"author": {
"email": "pedro@arantespp.com",
"name": "Pedro Arantes",
"url": "https://arantespp.com/contact"
},
"scripts": {
"update": "npx ncu",
"test": "echo jest",
"analyze": "cross-env ANALYZE=true next build",
"build-lib": "tsc -p tsconfig.lib.json",
"dev": "yarn run build-lib && next dev -p 3311",
"build": "yarn run build-lib && next build",
"postbuild": "next-sitemap",
"start": "yarn run build-lib && next start -p 3311",
"start:local": "LOCAL=true yarn start",
"lint": "next lint --fix",
"cwebp": "./scripts/cwebp.sh"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.168.0",
"@aws-sdk/lib-dynamodb": "^3.168.0",
"@aws-sdk/util-dynamodb": "^3.168.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.9.7",
"@mdx-js/loader": "^2.1.3",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.3.0",
"@tereza-tech/react-zettel": "^0.3.0",
"@tereza-tech/zettel": "^0.13.1",
"@theme-ui/match-media": "^0.14.7",
"@theme-ui/typography": "^0.14.7",
"change-case": "^4.1.2",
"date-fns": "^2.29.2",
"date-fns-tz": "^1.3.7",
"file-saver": "^2.0.5",
"framer-motion": "^7.3.2",
"gray-matter": "^4.0.3",
"html2canvas": "1.4.1",
"isomorphic-unfetch": "^3.1.0",
"jszip": "^3.10.1",
"katex": "^0.16.2",
"markdown-it": "^13.0.1",
"next": "^12.3.0",
"next-seo": "^5.5.0",
"node-json-db": "^2.1.2",
"openai": "^3.1.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-force-graph-2d": "^1.23.11",
"react-force-graph-3d": "^1.21.13",
"react-hook-form": "^7.35.0",
"react-idle-timer": "^5.4.2",
"react-markdown": "^8.0.3",
"react-query": "^3.39.2",
"react-swipeable": "^7.0.0",
"react-twitter-embed": "^4.0.4",
"react-twitter-widgets": "^1.11.0",
"react-use-keypress": "^1.3.1",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remove-markdown": "^0.5.0",
"string-similarity": "^4.0.4",
"textarea-caret": "^3.1.0",
"theme-ui": "^0.14.7",
"three-spritetext": "^1.6.5",
"title-case": "^3.0.3",
"twitter-ads": "^0.2.1",
"twitter-api-v2": "^1.12.7",
"typography-theme-fairy-gates": "^0.16.19",
"url-metadata": "^2.5.0",
"use-debounce": "^8.0.4",
"waait": "^1.0.5",
"xlsx": "^0.18.5",
"xstate": "^4.33.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@metamask/providers": "^9.1.0",
"@next/bundle-analyzer": "^12.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/faker": "^5.5.9",
"@types/jest": "^29.0.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react-gtm-module": "^2.0.1",
"@types/remove-markdown": "^0.3.1",
"@types/string-similarity": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint-config-next": "^12.3.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"faker": "^5.5.3",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^13.0.3",
"next-sitemap": "^3.1.22",
"npm-check-updates": "^16.1.2",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}