-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.48 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.48 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
{
"name": "dumpster",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"lint": "eslint ./app",
"prettier": "prettier --write ."
},
"dependencies": {
"@mdx-js/rollup": "^3.1.0",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.8",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.11",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-tooltip": "^1.2.6",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@react-router/node": "^7.5.0",
"@react-router/serve": "^7.5.0",
"@xyflow/react": "^12.5.5",
"classnames": "^2.5.1",
"deep-object-diff": "^1.1.9",
"downshift": "^9.0.9",
"embla-carousel-react": "^8.6.0",
"flexsearch": "^0.8.204",
"isbot": "^5",
"kaplay": "github:ecrax/kaplay#master",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hotkeys-hook": "^5.1.0",
"react-joyride": "^2.9.3",
"react-resizable-panels": "^2.1.8",
"react-router": "^7.5.0",
"rehype-katex": "^7.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx-frontmatter": "^5.1.0",
"sonner": "^2.0.3",
"uuid": "^11.1.0",
"zundo": "^2.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-react": "^7.26.3",
"@eslint/js": "^9.21.0",
"@happy-dom/global-registrator": "^18.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@react-router/dev": "^7.5.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"@types/bun": "^1.2.16",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"gray-matter": "^4.0.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"react-router-devtools": "^1.1.10",
"tailwindcss": "^4.1.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-tsconfig-paths": "^5.1.4"
}
}