-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
140 lines (140 loc) · 4.05 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "x-tools",
"version": "1.0.0",
"private": false,
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --project ./ && next lint && prettier --write",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@chaitin_rivers/excalidraw": "^0.17.1",
"@chaitin_rivers/multi_river": "^0.0.23",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ffmpeg/ffmpeg": "^0.12.6",
"@ffmpeg/types": "^0.12.2",
"@ffmpeg/util": "^0.12.1",
"@homegrown/word-counter": "^0.1.7",
"@leenguyen/react-flip-clock-countdown": "^1.5.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.13.0",
"@mui/x-date-pickers": "^6.19.0",
"@tanstack/react-query": "^4.29.7",
"@types/figlet": "^1.5.8",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"ace-builds": "^1.32.2",
"ahooks": "^3.7.8",
"apache-crypt": "^1.2.6",
"apache-md5": "^1.1.8",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"big-integer": "^1.6.52",
"change-case": "^5.3.0",
"clean-css": "^5.3.3",
"composerize": "^1.6.6",
"compressorjs": "^1.2.1",
"crypto-js": "^4.2.0",
"css2less": "^0.1.4",
"dayjs": "^1.11.10",
"dompurify": "^3.0.6",
"echarts": "^5.4.3",
"eslint-config-next": "^14.0.4",
"figlet": "^1.7.0",
"file-saver": "^2.0.5",
"html-entities": "^2.4.0",
"ip": "^1.1.8",
"js-yaml": "^4.1.0",
"jsfuck": "^0.4.0",
"json-2-csv": "^5.0.1",
"jszip": "^3.10.1",
"less": "^4.2.0",
"marked": "^11.1.1",
"next": "^14.0.4",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.1",
"node-forge": "^1.3.1",
"prettier": "^3.1.1",
"qrcode": "^1.5.3",
"qrcode-parser": "^2.1.3",
"qs": "^6.11.2",
"rc-table": "^7.36.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-diff-viewer-continued": "^3.3.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-image-edit": "^0.2.5",
"react-markdown": "^8.0.7",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.20.1",
"react-syntax-highlighter": "^15.5.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.10",
"remark-gfm": "^3.0.1",
"remark-toc": "^8.0.1",
"shrinkpng": "^1.2.0-beta.1",
"slick-carousel": "^1.8.1",
"sql-formatter": "^15.0.2",
"sql.js": "^1.9.0",
"swiper": "^8.4.7",
"tesseract.js": "^5.0.4",
"turndown": "^7.1.2",
"typescript": "5.0.4",
"xlsx": "^0.18.5",
"xml-formatter": "^3.6.0",
"xml2js": "^0.6.2",
"xmorse": "^1.0.0",
"yarn": "^1.22.21"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/big-integer": "^0.0.31",
"@types/clean-css": "^4.2.11",
"@types/crypto-js": "^4.2.0",
"@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
"@types/ip": "^1.1.3",
"@types/less": "^3.0.6",
"@types/node": "20.1.5",
"@types/node-forge": "^1.3.10",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.42",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.2.4",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/sql.js": "^1.4.9",
"@types/turndown": "^5.0.4",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-unused-imports": "^3.0.0",
"gofmt.js": "^0.0.2",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"uuid": "^9.0.1"
}
}