-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.17 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
{
"name": "truedevtools",
"description": "All-in-one Toolkit for Developers",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 8000",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@peculiar/x509": "^1.9.7",
"@reduxjs/toolkit": "^2.2.3",
"@sqltools/formatter": "^1.2.5",
"@vercel/analytics": "^1.2.2",
"antd": "^5.16.2",
"bcryptjs": "^2.4.3",
"color": "^4.2.3",
"cron-parser": "^4.9.0",
"cronstrue": "^2.49.0",
"crypto-js": "^4.2.0",
"html-entities": "^2.5.2",
"image-resize-compress": "^1.1.0",
"js-beautify": "^1.15.1",
"js-string-escape": "^1.0.1",
"jsonminify": "^0.4.1",
"jwt-decode": "^4.0.0",
"lorem-ipsum": "^2.0.8",
"marked": "^12.0.2",
"moment": "^2.30.1",
"monaco-editor": "^0.26.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-helmet-async": "^2.0.4",
"react-redux": "^9.1.1",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-top-loading-bar": "^2.3.1",
"terser": "^5.30.4",
"uglifycss": "^0.0.29",
"unescape-js": "^1.1.4",
"uuid": "^9.0.1",
"xml-js": "^1.6.11",
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/color": "^3.0.6",
"@types/crypto-js": "^4.2.2",
"@types/js-beautify": "^1.14.3",
"@types/js-string-escape": "^1.0.3",
"@types/jsonminify": "^0.4.3",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uglifycss": "^0.0.11",
"@types/unescape-js": "^1.0.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"sass": "^1.75.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-pwa": "^0.20.0"
}
}