-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
132 lines (132 loc) · 4.18 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
{
"name": "dev-tools",
"version": "2.15.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "tauri dev",
"dev": "vite",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --fix",
"lint:format": "prettier --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ",
"lint": "yarn lint:format && yarn lint:fix ",
"type-check": "tsc",
"release": "node scripts/sign.mjs",
"lint-staged": "lint-staged",
"prepare": "husky",
"bump": "node scripts/bumpVersion.mjs"
},
"dependencies": {
"@aptabase/tauri": "^0.4.1",
"@faker-js/faker": "^8.4.1",
"@hello-pangea/dnd": "^16.6.0",
"@loadable/component": "^5.16.3",
"@mantine/charts": "^7.12.1",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@mantine/spotlight": "^7.12.1",
"@monaco-editor/react": "^4.6.0",
"@prettier/plugin-xml": "^3.4.1",
"@rollup/plugin-alias": "^5.1.0",
"@sqltools/formatter": "^1.2.5",
"@tabler/icons-react": "^3.16.0",
"@tauri-apps/api": "^1.6.0",
"@uiw/react-markdown-preview": "^5.1.1",
"angular-html-parser": "^5.2.0",
"chroma-js": "^2.4.2",
"clsx": "^2.1.0",
"convert-units": "^2.3.4",
"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",
"generate-password-ts": "^1.6.5",
"html-minifier": "^4.0.0",
"interweave": "^13.1.0",
"jose": "^5.2.3",
"js-yaml": "^4.1.0",
"lesspass": "^9.2.0",
"lorem-ipsum": "^2.0.8",
"monaco-themes": "^0.4.4",
"nanoid": "^5.0.7",
"polished": "^4.3.1",
"preact": "^10.20.1",
"qrcode": "^1.5.3",
"quicktype": "^23.0.114",
"quicktype-core": "^23.0.114",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-compare-slider": "^3.0.1",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-katex": "^3.0.1",
"react-live": "^4.1.5",
"react-pdf": "^7.7.3",
"react-router-dom": "6.22.3",
"react-shepherd": "^4.3.0",
"react-sizeme": "^3.0.2",
"recharts": "2.12.3",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-math": "^6.0.0",
"simple-base-converter": "^1.0.19",
"tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql#v1",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store",
"terser": "^5.30.0",
"tinycolor2": "^1.6.0",
"typescript-eslint": "^7.4.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@linaria/rollup": "^5.0.4",
"@tauri-apps/cli": "^1.6.0",
"@types/chroma-js": "^2.4.4",
"@types/color-convert": "^2.0.3",
"@types/convert-units": "^2.3.9",
"@types/crypto-js": "^4.2.2",
"@types/csso": "^5.0.4",
"@types/fs-extra": "^11.0.4",
"@types/html-minifier": "^4.0.5",
"@types/js-yaml": "^4.0.9",
"@types/loadable__component": "^5.13.9",
"@types/prismjs": "^1.26.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.73",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.2.23",
"@types/react-katex": "^3.0.4",
"@types/tinycolor2": "^1.4.6",
"@types/uuid": "^9.0.8",
"@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",
"cross-env": "^7.0.3",
"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.1.3",
"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.47.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.2.14",
"vite-tsconfig-paths": "^5.0.1"
}
}