-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.7 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
{
"name": "gallery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-libs/constants": "^2.0.5",
"api": "^6.1.1",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"image-info": "^0.0.2",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"rehype-highlight": "^7.0.0",
"rehype-img-size": "^1.0.1",
"rehype-katex": "^7.0.0",
"rehype-prism-plus": "^2.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^16.0.1",
"remark-latex": "^0.12.12",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.0",
"styled-components": "^6.1.11",
"styled-reset": "^4.5.2",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/remark-prism": "^1.3.7",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.5.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}