-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "problem-solving",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^3",
"@mdx-js/react": "^3",
"@next/mdx": "14.1.3",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
"react-loading-skeleton": "^3.3.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mdx": "^2.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.0.0",
"glob": "^10.3.3",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^4.4.1",
"postcss-styled-syntax": "^0.6.4",
"pretendard": "^1.3.9",
"prettier": "^3.0.2",
"prettier-plugin-sql-cst": "^0.11.4",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.13.0",
"remark-frontmatter": "^5.0.0",
"remark-math": "^6.0.0",
"shiki": "^1.1.7",
"stylelint": "^16.2.1",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"typescript": "^5"
}
}