-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2 KB
/
package.json
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
{
"name": "xivplan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.262",
"@fluentui/react-icons-mdl2": "^1.3.79",
"@fluentui/react-virtualizer": "^9.0.0-alpha.86",
"@uiw/react-color-hue": "^2.3.2",
"@uiw/react-color-saturation": "^2.3.2",
"client-zip": "^2.4.5",
"colorize-filter": "^1.0.3",
"colorjs.io": "^0.5.2",
"history": "^5.3.0",
"idb": "^8.0.0",
"js-base64": "^3.7.7",
"konva": "^9.3.16",
"localforage": "^1.10.0",
"pako": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.5.1",
"react-konva": "^18.2.10",
"react-konva-utils": "^1.0.6",
"react-reverse-portal": "^2.1.2",
"react-router-dom": "^6.27.0",
"react-use": "^17.5.1",
"simplify-js": "^1.2.4",
"use-image": "^1.1.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/node": "^20.17.1",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/wicg-file-system-access": "^2023.10.5",
"@types/wicg-web-app-launch": "^2023.1.4",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "^19.0.0-beta-8a03594-20241020",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.21.2"
}
}