-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathpackage.json
115 lines (115 loc) · 3.5 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
{
"name": "mdxnotes.com",
"private": true,
"scripts": {
"postinstall": "patch-package",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"build:icon": "tauri icon ./src-tauri/app-logo.png",
"tauri": "tauri",
"updater": "tr updater",
"release": "tr release --git"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-clipboard-manager": "^2.1.0-beta.3",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.5",
"@tauri-apps/plugin-fs": "^2.0.0-beta.5",
"@tauri-apps/plugin-os": "^2.0.0-beta.5",
"@tauri-apps/plugin-process": "^2.0.0-beta.5",
"@tauri-apps/plugin-shell": "^2.0.0-beta.6",
"@tauri-apps/plugin-updater": "^2.0.0-beta.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "1.11.9",
"hast-util-to-html": "^8.0.4",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.427.0",
"markmap-common": "^0.15.0",
"markmap-lib": "^0.15.2",
"markmap-toolbar": "^0.15.0",
"markmap-view": "^0.15.0",
"mathjax-full": "3.0.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"next": "^14.2.5",
"node-fetch": "^3.2.3",
"qrcode": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-resizable-panels": "^2.0.20",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/standalone": "^7.17.8",
"@mdx-js/mdx": "^3.0.0",
"@slidev/parser": "^0.36.10",
"@tauri-apps/cli": "^2.0.0-beta.20",
"@tauri-release/cli": "^0.2.5",
"@types/node": "20.5.6",
"@types/react": "18.2.46",
"autoprefixer": "10.3.5",
"babel-eslint": "10.x",
"babel-plugin-preval": "^5.0.0",
"codemirror": "^5.57.0",
"cssnano": "^4.1.10",
"debounce": "^1.2.0",
"dlv": "^1.1.3",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"git-cz": "^4.9.0",
"is-mobile": "^2.2.2",
"juice": "8.0.0",
"monaco-editor": "0.33.0",
"p-queue": "^6.6.1",
"patch-package": "^8.0.0",
"postcss": "^8.3.9",
"postcss-import": "^12.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.1.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"raw-loader": "^4.0.2",
"react-split-pane": "^0.1.92",
"react-use": "^15.3.4",
"rehype-mathjax": "^6.0.0",
"rehype-mermaid": "^2.1.0",
"rehype-prism-plus": "^1.6.3",
"rehype-raw": "^7.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.0.23",
"typeit": "^8.5.4",
"typescript": "5.2.2",
"vfile": "6.0.1",
"vfile-message": "^4.0.0",
"word-count": "^0.2.2",
"worker-loader": "^3.0.8"
},
"config": {
"commitizen": {
"path": "./node_modules/git-cz"
}
}
}