This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.31 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
{
"name": "tuanducdesign.com",
"version": "1.0.2",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"build": "node lib/jsonGenerator.js && next build && next-sitemap",
"dev": "node lib/jsonGenerator.js && next dev",
"dev:watch": "node lib/jsonGenerator.js && next-remote-watch ./data",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prepare": "husky install",
"prettier": "prettier --write .",
"serve": "next start"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"
],
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"prettier --write"
]
},
"browserslist": [
">= 1%"
],
"dependencies": {
"@badrap/bar-of-progress": "^0.2.2",
"@headlessui/react": "^1.7.16",
"@juggle/resize-observer": "^3.4.0",
"@mdx-js/react": "^2.3.0",
"@reach/rect": "^0.18.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"clsx": "^2.0.0",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"gray-matter": "^4.0.3",
"image-size": "^1.0.2",
"intersection-observer": "^0.12.2",
"mini-svg-data-uri": "^1.4.4",
"next": "^13.4.12",
"next-mdx-remote": "^4.4.1",
"next-remote-watch": "^2.0.0",
"next-seo": "^6.1.0",
"next-sitemap": "^4.1.8",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"redent": "^4.0.0",
"rehype-preset-minify": "^7.0.0",
"rehype-prism-plus": "^1.6.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.32.4",
"slug": "^8.2.3",
"unist-util-visit": "^5.0.0",
"zustand": "^4.3.9"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
"@svgr/webpack": "^8.0.1",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.0",
"postcss": "^8.4.27",
"postcss-focus-visible": "^9.0.0",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.0",
"tailwindcss": "^3.3.3",
"yarn-upgrade-all": "^0.7.2"
}
}