-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.32 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.32 KB
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
{
"name": "dalelarroder.com",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "yarn sitemap && yarn rss",
"sitemap": "cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/generate-sitemap.mjs",
"rss": "cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/generate-rss.mjs",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
"prepare": "husky install"
},
"dependencies": {
"@dlarroder/playground": "^1.2.2",
"@fontsource/mukta": "4.5.10",
"@next/font": "^13.0.1",
"@vercel/analytics": "^0.1.1",
"classnames": "2.3.2",
"cmdk": "^0.1.20",
"contentlayer": "0.2.9",
"esbuild": "0.16.12",
"framer-motion": "8.1.9",
"github-slugger": "1.4.0",
"logrocket": "3.0.1",
"mdx-bundler": "9.0.1",
"next": "13.1.1",
"next-contentlayer": "0.2.9",
"next-themes": "0.2.1",
"nprogress": "0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"react-use-measure": "^2.1.1",
"reading-time": "1.5.0",
"rehype-autolink-headings": "6.1.1",
"rehype-prism-plus": "1.5.0",
"rehype-slug": "5.1.0",
"remark": "14.0.2",
"sharp": "^0.33.5",
"swr": "2.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "13.1.1",
"@svgr/webpack": "6.5.1",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.8",
"@types/github-slugger": "1.3.0",
"@types/node": "18.11.18",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"autoprefixer": "10.4.13",
"cross-env": "7.0.3",
"dedent": "0.7.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"file-loader": "6.2.0",
"globby": "11.1.0",
"husky": "8.0.3",
"inquirer": "9.1.4",
"lint-staged": "13.1.0",
"postcss": "8.4.20",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "0.2.1",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "3.2.4",
"typescript": "4.9.4"
}
}