-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.48 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "caption-me",
"version": "0.1.0-alpha.2",
"private": true,
"homepage": "https://github.com/failfa-st/LoRAdo",
"bugs": {
"url": "https://github.com/failfa-st/LoRAdo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/failfa-st/LoRAdo.git"
},
"license": "AGPL 3.0",
"author": "pixelass (https://github.com/pixelass)",
"scripts": {
"build": "next build",
"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
"dev": "next dev",
"lint": "next lint",
"ncu": "npx npm-check-updates -u",
"spj": "npx sort-package-json",
"start": "next start",
"toc": "npx markdown-toc README.md -i",
"test": "jest"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@jest/globals": "29.6.3",
"@mui/icons-material": "5.14.3",
"@mui/joy": "5.0.0-beta.2",
"@mui/lab": "5.0.0-alpha.140",
"@mui/material": "5.14.5",
"@swc/core": "1.3.78",
"@swc/jest": "0.2.29",
"@types/jest": "^29.5.4",
"@types/js-cookie": "^3.0.3",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "^18.17.8",
"@types/papaparse": "^5.3.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.5",
"axios": "1.4.0",
"canvas": "2.11.2",
"dialog-node": "0.2.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-config-typescript": "3.0.0",
"eslint-config-xo": "0.43.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unused-imports": "3.0.0",
"execa": "8.0.1",
"file-type": "^18.5.0",
"globby": "13.2.2",
"image-size": "1.0.2",
"jest": "29.6.3",
"jest-config": "29.6.3",
"jest-environment-jsdom": "29.6.3",
"jest-ts-webcompat-resolver": "1.0.0",
"jotai": "^2.3.1",
"js-cookie": "^3.0.5",
"lodash.isequal": "^4.5.0",
"nanoid": "4.0.2",
"next": "13.4.19",
"os": "^0.1.2",
"papaparse": "^5.4.1",
"prettier": "3.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.4",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"sharp": "^0.32.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
}