-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 1.95 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
69
70
71
{
"name": "arkham-divider",
"private": true,
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.6",
"@types/jimp": "^0.2.28",
"arkham-divider-data": "^1.0.14",
"arkhamesque-classic-divider-data": "^1.0.7",
"classnames": "^2.5.1",
"coi-serviceworker": "^0.1.7",
"country-flag-icons": "^1.5.13",
"detect-browser": "^5.3.0",
"dom-to-image": "^2.6.0",
"dotenv": "^16.4.5",
"file-saver": "^2.0.5",
"i18next": "^23.14.0",
"jimp": "^1.6.0",
"jszip": "^3.10.1",
"konva": "^9.3.16",
"lodash": "^4.17.21",
"qrcode.react": "^4.0.1",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-icomoon": "^2.5.7",
"react-konva": "^18.2.10",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"react-select": "^5.8.0",
"react-slider": "^2.0.6",
"react-use-scrollspy": "^3.1.1",
"sanitize-html": "^2.13.0",
"styled-components": "^6.1.13",
"use-fit-text": "^2.4.0",
"use-image": "^1.1.1",
"use-onclickoutside": "^0.4.1",
"wasm-vips": "^0.0.11"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/dom-to-image": "^2.6.7",
"@types/file-saver": "^2.0.7",
"@types/jszip": "^3.4.1",
"@types/node": "^20",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slider": "^1.3.6",
"@types/sanitize-html": "^2.13.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"sass": "^1.77.6",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vite-plugin-radar": "^0.9.6",
"vite-plugin-svgr": "^4.2.0"
}
}