-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"name": "solve-web-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.7",
"@codemirror/state": "^6.5.1",
"@tailwindcss/typography": "^0.5.16",
"@types/unist": "^3.0.3",
"@uiw/codemirror-extensions-langs": "^4.23.7",
"@uiw/codemirror-theme-nord": "^4.23.7",
"@uiw/codemirror-themes-all": "^4.23.7",
"@uiw/react-codemirror": "^4.23.7",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"cookies-next": "^5.0.2",
"highlight.js": "^11.11.1",
"next": "15.1.3",
"next-client-cookies": "^2.0.1",
"next-nprogress-bar": "^2.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-intersection-observer": "^9.15.0",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"rehype-highlight": "^7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-spoilers": "^0.5.2",
"unist-util-visit": "^5.0.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/showdown": "^2.0.6",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}