-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 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
{
"name": "cc-editor",
"private": true,
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@floating-ui/core": "^1.5.0",
"@floating-ui/dom": "^1.5.3",
"@fluentui/react-components": "^9.47.0",
"@fluentui/react-icons": "^2.0.225",
"@fluentui/react-tag-picker": "^9.0.0",
"@lenml/char-card-reader": "^1.1.1",
"@lenml/char-card-writer": "^1.1.0",
"@lenml/tokenizer-claude": "^3.4.2",
"@monaco-editor/react": "^4.7.0",
"@quik-fe/stand": "^1.1.10",
"@react-hook/resize-observer": "^2.0.2",
"@tailwindcss/vite": "^4.1.7",
"@vitejs/plugin-legacy": "^6.1.1",
"crc-32": "^1.2.2",
"filesize": "^10.1.6",
"handlebars": "^4.7.8",
"idb": "^8.0.3",
"marked": "^15.0.12",
"monaco-editor": "^0.52.2",
"nanoid": "^5.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^4.1.7"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"tslib": "^2.8.1",
"tsx": "^4.19.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
}
}