-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "cao",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.2",
"@codemirror/language-data": "^6.5.1",
"@dnd-kit/core": "^6.1.0",
"@lezer/common": "^1.2.1",
"@react-spring/web": "^9.7.4",
"@reduxjs/toolkit": "^2.2.7",
"@replit/codemirror-vim": "^6.2.1",
"@tauri-apps/api": "^1",
"@uiw/codemirror-extensions-events": "^4.23.0",
"@uiw/codemirror-theme-github": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"chrono-node": "^1.4.9",
"codemirror": "^6.0.1",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-detect-click-outside": "^1.1.7",
"react-dom": "^18.2.0",
"react-hot-keys": "^2.7.3",
"react-hotkeys-hook": "^4.5.0",
"react-redux": "^9.1.2",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-tooltip": "^5.28.0",
"rrule": "^2.8.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"vite": "^5.3.1"
}
}