forked from fultimator/fultimator
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.36 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": "fultimator",
"private": true,
"version": "1.1.4",
"type": "module",
"scripts": {
"dev": "node src/scripts/build-counter.js && vite",
"build": "tsc && vite build && electron-builder",
"build:nopublish": "tsc && vite build && electron-builder --publish never",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"translate": "node DownloadTranslations.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/base": "^5.0.0-beta.67",
"@mui/icons-material": "^6.4.8",
"@mui/material": "^6.4.8",
"axios": "^1.8.4",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"date-fns": "^4.1.0",
"deep-equal": "^2.2.3",
"electron-store": "^10.0.1",
"googleapis": "^148.0.0",
"html2canvas": "^1.4.1",
"idb": "^8.0.2",
"immer": "^10.1.1",
"jszip": "^3.10.1",
"lodash.debounce": "^4.0.8",
"papaparse": "^5.5.2",
"process": "^0.11.10",
"react": "^18.2.0",
"react-confetti": "^6.4.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.4.0",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"remark-directive": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"semver": "^7.7.1",
"stream-browserify": "^3.0.0",
"zustand": "^5.0.4"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-electron": "^0.28.6",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-svgr": "^4.3.0"
},
"main": "dist-electron/main.js",
"description": "Unofficial Fabula Ultima Tools",
"author": "Fultimator <fultimator@gmail.com>",
"buildcounter": {
"version": "1.1.4",
"count": 83
}
}