forked from openaipin/OpenPinHub
-
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": "pin-install",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "7.17.2",
"@mantine/hooks": "7.17.2",
"@mantine/modals": "^7.17.2",
"@octokit/rest": "^21.1.1",
"@tabler/icons-react": "^3.31.0",
"@tanstack/react-query": "^5.72.1",
"@xterm/addon-fit": "^0.10.0",
"axios": "^1.8.4",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"lodash.merge": "^4.6.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-markdown": "^10.1.0",
"uuid": "^11.1.0",
"wouter": "^3.6.0",
"xterm": "^5.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.0",
"@types/events": "^3.0.3",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.16",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.14.0",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/w3c-web-usb": "^1.0.10",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.3",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"rollup": "^3.29.5",
"typescript": "^5.8.2",
"vite": "^6.2.2"
}
}