-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
130 lines (130 loc) · 4.12 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
125
126
127
128
129
130
{
"name": "typeofweb.com",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "./build.sh public && next dev",
"dev2": "next-remote-watch ./_posts/**/*.mdx ./_pages/**/*.mdx ./_wordpress_posts/**/*.mdx ",
"build": "./build.sh feed public next",
"postbuild": "next-sitemap",
"start": "next start",
"tsc": "tsc --noEmit",
"ts-node-esm": "node --loader ts-node/esm --experimental-specifier-resolution=node",
"feed": "ENABLE_GITHUB_READ=false yarn ts-node-esm generateFeed.ts",
"algolia": "ENABLE_GITHUB_READ=false yarn ts-node-esm generateAlgoliaItems.ts",
"svg": "svgo --precision 1 -r -f {images,public}"
},
"type": "module",
"dependencies": {
"@algolia/recommend": "4.13.0",
"@giscus/react": "github:typeofweb-org/giscus-component#913a81c09ec80905c7ca5c166962ad547ddcc51c",
"@octokit/auth-app": "3.6.1",
"@octokit/auth-token": "2.5.0",
"@octokit/rest": "18.12.0",
"@openlab/vercel-netlify-cms-github": "github:typeofweb-org/vercel-netlify-cms-github#e1bfcef55c47105805181e4a9256424ba838fcbb",
"@plaiceholder/next": "2.2.0",
"@vercel/analytics": "0.1.5",
"algoliasearch": "4.12.0",
"bluebird": "3.7.2",
"concurrently": "7.0.0",
"critters": "0.0.16",
"feed": "4.2.2",
"gray-matter": "4.0.3",
"immutable": "3",
"invariant": "2.2.4",
"js-yaml": "4.1.0",
"memoizee": "0.4.15",
"netlify-cms-app": "2.15.63",
"netlify-cms-media-library-cloudinary": "1.3.10",
"next": "13.0.6",
"next-mdx-remote": "4.2.0",
"next-sitemap": "3.1.32",
"node-fetch": "3.1.1",
"octokit": "1.7.1",
"oembed-parser": "2.0.2",
"plaiceholder": "2.2.0",
"polish-plurals": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-dom": "6.20.0",
"recharts": "2.1.8",
"remark-footnotes": "4.0.1",
"sharp": "0.31.2",
"slugify": "1.6.5"
},
"devDependencies": {
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.7",
"@jsdevtools/rehype-toc": "3.0.2",
"@mapbox/rehype-prism": "0.8.0",
"@mdx-js/mdx": "2.1.1",
"@next/bundle-analyzer": "12.1.4",
"@svgr/webpack": "6.2.1",
"@tailwindcss/forms": "0.5.0",
"@tailwindcss/typography": "0.5.2",
"@typeofweb/eslint-plugin": "0.3.0",
"@types/bluebird": "3.5.36",
"@types/gtag.js": "0.0.10",
"@types/invariant": "2.2.35",
"@types/js-yaml": "4.0.5",
"@types/license-checker": "25.0.3",
"@types/memoizee": "0.4.7",
"@types/node-fetch": "3.0.3",
"@types/proxyquire": "1.3.28",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-instantsearch-dom": "6.12.2",
"@types/tailwindcss": "3.0.10",
"@types/w3c-css-typed-object-model-level-1": "20180410.0.4",
"all-contributors-cli": "6.20.0",
"autoprefixer": "10.4.4",
"csv": "6.0.5",
"eslint": "8.13.0",
"eslint-config-next": "13.0.6",
"eslint-plugin-react-hooks": "4.4.0",
"hast-util-to-string": "2.0.0",
"license-checker": "25.0.1",
"netlify-cms-proxy-server": "1.3.23",
"next-remote-watch": "1.0.0",
"next-transpile-modules": "10.0.0",
"postcss": "8.4.12",
"postcss-import": "14.1.0",
"postcss-nesting": "10.1.4",
"prettier": "2.6.2",
"proxyquire": "2.1.3",
"rehype-autolink-headings": "6.1.1",
"rehype-katex": "6.0.2",
"rehype-raw": "6.1.1",
"rehype-slug": "5.0.1",
"rehype-stringify": "9.0.3",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.1",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.2",
"sass": "1.50.0",
"svgo": "2.8.0",
"tailwindcss": "3.0.23",
"terser": "5.12.1",
"ts-node": "10.9.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"unist-util-map": "3.0.1",
"unist-util-visit": "4.1.0"
},
"resolutions": {
"**/@mdx-js/mdx": "2.0.0-rc.2",
"**/@mdx-js/react": "2.0.0-rc.2",
"**/katex": "0.15.1",
"**/eslint-plugin-import": "^2.25.2"
},
"browserslist": [
"> 2% in my stats"
],
"engines": {
"node": "^18.0.0 || ^20.0.0",
"yarn": "^1.22.0"
}
}