-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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
{
"name": "mp-org",
"private": true,
"version": "0.8.4",
"type": "module",
"scripts": {
"dev:desktop": "cross-env TARGET_PLATFORM=desktop vite",
"dev": "cross-env TARGET_PLATFORM=browser vite",
"build:desktop": "cross-env TARGET_PLATFORM=desktop tsc && vite build",
"build": "cross-env TARGET_PLATFORM=browser tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prepare": "husky"
},
"dependencies": {
"@kobalte/core": "^0.13.8",
"@shikijs/rehype": "^3.4.0",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-shell": "~2",
"@unocss/reset": "^65.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"juice": "^10.0.0",
"rehype-katex": "^7.0.0",
"rehype-stringify": "^10.0.0",
"solid-codemirror": "^2.3.1",
"solid-js": "^1.9.4",
"tailwind-merge": "^3.0.1",
"unified": "^11.0.5",
"uniorg-parse": "^3.2.0",
"uniorg-rehype": "^2.2.0",
"uniorg-stringify": "^1.4.0",
"unist-util-visit": "^5.0.0",
"unocss-preset-animations": "^1.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tauri-apps/cli": "^2.9.6",
"@types/hast": "^3.0.4",
"@types/node": "^22.13.4",
"@types/unist": "^3.0.2",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"typescript": "^5.7.3",
"uniorg": "^1.3.0",
"unocss": "^65.5.0",
"unplugin-preprocessor-directives": "^1.0.3",
"vite": "^6.1.0",
"vite-plugin-solid": "^2.11.1",
"vitest": "^3.0.5"
}
}