-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.27 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.27 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
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
{
"name": "devbox",
"version": "1.1.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "tauri dev",
"dev": "vite",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"tbuild:local": "dotenv -- tauri",
"tauri": "tauri",
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --fix",
"lint:format": "prettier --log-level warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ",
"lint": "yarn lint:format && yarn lint:fix ",
"lint-staged": "lint-staged",
"prepare": "husky",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"update-version": "./scripts/update-version.sh"
},
"dependencies": {
"@faker-js/faker": "^9.9.0",
"@graphiql/plugin-explorer": "^5.1.1",
"@graphiql/react": "^0.37.1",
"@hello-pangea/dnd": "^16.6.0",
"@loadable/component": "^5.16.3",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mantine/dropzone": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@mantine/spotlight": "^7.12.1",
"@monaco-editor/react": "^4.6.0",
"@noble/ed25519": "^2.3.0",
"@paralleldrive/cuid2": "^2.2.2",
"@rollup/plugin-alias": "^5.1.0",
"@sqltools/formatter": "^1.2.5",
"@tauri-apps/api": "^2.6.0",
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
"@tauri-apps/plugin-dialog": "^2.3.0",
"@tauri-apps/plugin-fs": "^2.4.0",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-shell": "^2.3.0",
"@tauri-apps/plugin-store": "^2.3.0",
"@tauri-apps/plugin-updater": "~2",
"@types/node-forge": "^1.3.13",
"@uiw/react-markdown-preview": "^5.1.1",
"@visx/hierarchy": "^3.12.0",
"@visx/responsive": "^3.12.0",
"chart.js": "^4.5.0",
"chartjs-chart-treemap": "^3.1.0",
"chroma-js": "^2.4.2",
"city-timezones": "^1.3.1",
"clsx": "^2.1.0",
"countries-and-timezones": "^3.6.0",
"cron-parser": "^4.9.0",
"cronstrue": "^2.48.0",
"crypto-js": "^4.2.0",
"csso": "^5.0.5",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"fast-xml-parser": "^4.4.0",
"geist": "^1.4.2",
"graphiql": "^5.2.0",
"graphql": "^16.11.0",
"graphql-ws": "^6.0.6",
"interweave": "^13.1.1",
"jose": "^5.2.3",
"js-yaml": "^4.1.0",
"json-edit-react": "^1.28.2",
"lesspass": "^9.2.0",
"mermaid": "^10.8.0",
"monaco-themes": "^0.4.4",
"nanoid": "^5.0.9",
"node-forge": "^1.3.1",
"preact": "^10.20.1",
"quicktype-core": "^23.2.6",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-katex": "^3.0.1",
"react-resizable-panels": "^2.1.6",
"react-router-dom": "6.22.3",
"react-shepherd": "^4.3.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-math": "^6.0.0",
"terser": "^5.43.1",
"typescript-eslint": "^7.4.0",
"ulid": "^3.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@tauri-apps/cli": "^2.6.2",
"@types/chroma-js": "^2.4.4",
"@types/crypto-js": "^4.2.2",
"@types/csso": "^5.0.4",
"@types/js-yaml": "^4.0.9",
"@types/loadable__component": "^5.13.9",
"@types/node": "^24.0.13",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-katex": "^3.0.4",
"@types/uuid": "^9.0.8",
"@types/xml-js": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@wyw-in-js/vite": "^0.5.0",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"dotenv-cli": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"monaco-editor": "^0.52.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.3",
"vite": "^5.4.12",
"vite-tsconfig-paths": "^5.0.1"
}
}