-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.3 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.3 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
{
"name": "octopus-dev-tools",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"type-check": "tsc --noEmit",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.52",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@mui/material-pigment-css": "^7.3.3",
"@tanstack/react-virtual": "^3.13.12",
"ai": "^5.0.76",
"chroma-js": "^3.1.2",
"colorthief": "^2.6.0",
"crypto-js": "^4.2.0",
"emojibase": "^16.0.0",
"emojibase-data": "^16.0.3",
"gif.js": "^0.2.0",
"html2canvas": "^1.4.1",
"html5-qrcode": "^2.3.8",
"jsbarcode": "^3.12.1",
"jspdf": "^3.0.3",
"marked": "^16.4.1",
"mqtt": "^5.11.5",
"nanoid": "^5.1.6",
"node-forge": "^1.3.1",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.4.296",
"pinyin-pro": "^3.27.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.9.4",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^2.2.1",
"sql-formatter": "^15.6.10",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/chroma-js": "^3.1.1",
"@types/colorthief": "^2.6.0",
"@types/crypto-js": "^4.2.2",
"@types/jsbarcode": "^3.11.4",
"@types/node-forge": "^1.3.14",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-window": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"gh-pages": "^6.3.0",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.46.1",
"vite": "^5.4.11"
}
}