forked from SrJuggernaut/character-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.12 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
{
"name": "character-tools",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "husky",
"develop": "vite",
"build": "tsc && vite build && shx cp dist/index.html dist/404.html",
"preview": "vite preview",
"predeploy": "bun run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@fontsource/source-code-pro": "^5.2.5",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@lenml/char-card-reader": "^1.0.6",
"@mui/base": "^5.0.0-beta.70",
"@mui/lab": "^7.0.0-beta.14",
"@mui/material": "^7.1.2",
"@mui/styles": "^6.4.8",
"@mui/x-data-grid": "^8.1.0",
"@reduxjs/toolkit": "^2.7.0",
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"dexie-export-import": "^4.1.4",
"dexie-react-hooks": "^1.1.7",
"exifreader": "^4.29.0",
"gpt-tokenizer": "^2.9.0",
"json5": "^2.2.3",
"llama-tokenizer-js": "^1.2.2",
"llama3-tokenizer-js": "^1.2.0",
"meta-png": "^1.0.6",
"motion": "^12.9.2",
"nanoid": "^5.1.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.2",
"srjuggernaut-mui-theme": "^1.1.0",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.31.0",
"@stylistic/eslint-plugin": "^5.2.2",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.31.0",
"eslint-plugin-react": "^7.37.5",
"gh-pages": "^6.3.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"shx": "^0.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^5.4.18"
},
"packageManager": "bun@1.2.10",
"trustedDependencies": [
"@biomejs/biome"
]
}