-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
62 lines (62 loc) · 1.8 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
{
"private": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./posts",
"build:backlinks": "node ./scripts/post-links",
"build:webmentions": "node ./scripts/get-webmentions",
"build": "npm run build:backlinks && npx playwright install && next build && npm run postbuild",
"postbuild": "node ./scripts/build-search.js",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^2.0.10",
"@shoelace-style/shoelace": "^2.12.0",
"@tippyjs/react": "^4.2.5",
"algoliasearch": "^4.11.0",
"babel-plugin-styled-components": "1.10.2",
"chrome-aws-lambda": "^10.1.0",
"crypto": "^1.0.1",
"d3": "^7.1.1",
"date-fns": "^2.28.0",
"dotenv": "^10.0.0",
"feed": "^4.2.2",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.2",
"gsap": "^3.8.0",
"imagemagick": "^0.1.3",
"instantsearch.css": "^7.4.5",
"lodash": "^4.17.21",
"next": "latest",
"next-mdx-remote": "^4.0.3",
"next-pwa": "^5.4.1",
"next-remote-watch": "1.0.0",
"next-seo": "^4.28.1",
"nextjs-google-analytics": "^2.3.3",
"playwright-aws-lambda": "^0.7.0",
"playwright-core": "^1.17.1",
"prism-react-renderer": "^1.2.1",
"react": "^18.3.1",
"react-collapsed": "^3.3.2",
"react-dom": "^18.3.1",
"react-gsap": "^3.2.1",
"react-instantsearch-dom": "^6.17.0",
"react-intersection-observer": "^8.32.1",
"react-masonry-css": "^1.0.16",
"react-share": "^4.4.0",
"react-twitter-embed": "^3.0.3",
"react-use-clipboard": "^1.0.7",
"rehype-autolink-headings": "^5",
"rehype-slug": "^4",
"styled-components": "4.4.1"
},
"devDependencies": {
"css-loader": "^6.5.1",
"style-loader": "^3.3.1"
}
}