-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.76 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.76 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "handongjudge_fe",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@appletosolutions/reactbits": "^1.0.3",
"@chakra-ui/react": "^3.30.0",
"@codemirror/autocomplete": "^6.18.7",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language-data": "^6.5.1",
"@codemirror/lint": "^6.8.5",
"@codemirror/view": "^6.38.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^3.0.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/extension-code": "^3.16.0",
"@tiptap/extension-code-block": "^3.16.0",
"@tiptap/extension-image": "^3.16.0",
"@tiptap/extension-placeholder": "^3.16.0",
"@tiptap/extension-text-style": "^3.16.0",
"@tiptap/react": "^3.16.0",
"@tiptap/starter-kit": "^3.16.0",
"@uiw/react-codemirror": "^4.24.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.26",
"gl-matrix": "^3.4.4",
"gsap": "^3.14.2",
"highlight.js": "^11.11.1",
"matter-js": "^0.20.0",
"ogl": "^1.0.11",
"postprocessing": "^6.38.2",
"react": "^18.2.0",
"react-datepicker": "^9.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.7.0",
"react-scripts": "^5.0.1",
"react-split": "^2.0.14",
"recoil": "^0.7.7",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"styled-components": "^6.1.19",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"unified": "^11.0.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^25.2.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@types/styled-components": "^5.1.36",
"typescript": "^5.9.3"
}
}