This repository was archived by the owner on Oct 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.87 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.87 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
{
"name": "walk-that-type",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"check:types": "tsc --noEmit --pretty",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@legendapp/state": "^1.4.0",
"@mantine/core": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@mantine/prism": "^6.0.16",
"@mantine/tiptap": "^6.0.16",
"@monaco-editor/react": "^4.5.2",
"@tiptap/extension-code-block-lowlight": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@uiw/react-textarea-code-editor": "^2.1.7",
"framer-motion": "^10.16.4",
"highlight.js": "^11.8.0",
"jsurl2": "^2.1.0",
"lodash.debounce": "^4.0.8",
"lowlight": "^2.9.0",
"monaco-editor": "^0.43.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-icons": "^4.12.0",
"react-router-dom": "^6.18.0",
"this-is-ok": "^0.8.0",
"ts-pattern": "^5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jsurl2": "^2.1.4",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vitest": "^0.33.0"
}
}