-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.91 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
{
"name": "arvind.io",
"description": "I write code and sometimes make music. You can read about what I've been up to here, along with my thoughts and discoveries.",
"version": "2.1.0",
"private": true,
"author": "Arvind Kumar <[email protected]> (https://arvind.io)",
"homepage": "https://arvind.io",
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/EnKrypt/arvind.io.git"
},
"scripts": {
"build": "rm -f ./public/rss.xml ./public/atom.xml && rm -rf ./.next/ ./out/ && next build && next export",
"clean": "rm -f ./public/rss.xml ./public/atom.xml && rm -rf ./.next/ ./out/ ./static",
"dev": "sh scripts/dev.sh",
"start": "next start",
"lint": "next lint",
"deploy": "sh scripts/deploy.sh"
},
"dependencies": {
"@next/bundle-analyzer": "11.1.3-canary.97",
"disqus-react": "^1.1.2",
"feed": "^4.2.2",
"jsdom": "^19.0.0",
"next": "11.1.3-canary.97",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-plugin-preact": "^3.0.6",
"next-remote-watch": "^1.0.0",
"node-fetch": "^2.6.6",
"preact": "^10.5.15",
"preact-render-to-string": "^5.1.19",
"preact-ssr-prepass": "^1.2.0",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"reaptcha": "^1.7.3",
"rehype-external-links": "^1.0.0",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.2.2",
"rehype-stringify": "^9.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-smartypants": "^2.0.0",
"responsive-loader": "^2.3.0",
"sharp": "^0.30.5",
"styled-components": "^5.3.3",
"unified": "^10.1.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.3-canary.97"
}
}