-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "mp-org",
"private": true,
"version": "0.7.0",
"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": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.12",
"@tauri-apps/api": "^1",
"@uiw/react-codemirror": "^4.23.0",
"juice": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-stringify": "^10.0.0",
"unified": "^11.0.5",
"uniorg-parse": "^3.0.1",
"uniorg-rehype": "^1.2.0",
"uniorg-stringify": "^1.3.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/hast": "^3.0.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/unist": "^3.0.2",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"typescript": "^5.0.2",
"typescript-eslint": "^7.1.1",
"uniorg": "^1.1.1",
"unplugin-preprocessor-directives": "^1.0.3",
"vite": "^5.0.0",
"vitest": "^1.4.0"
}
}