-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
63 lines (63 loc) · 1.83 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
{
"name": "omb",
"private": true,
"version": "0.1.7",
"author": "lencx <[email protected]>",
"scripts": {
"dev": "concurrently -g --raw \"npm:rsw-watch\" \"vite --port=4096\"",
"dev2": "npm run rsw-watch & vite --port=4096",
"build": "rsw build && tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"rsw": "rsw",
"rsw-watch": "rsw watch",
"updater": "node scripts/updater.mjs",
"release": "node scripts/release.mjs"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.6.0",
"@iconify-icons/codicon": "^1.2.16",
"@iconify-icons/fa": "^1.2.2",
"@iconify-icons/mdi": "^1.2.11",
"@iconify/react": "^3.2.1",
"@monaco-editor/react": "^4.4.5",
"@tauri-apps/api": "^1.1.0",
"allotment": "^1.17.0",
"clsx": "^1.1.1",
"dayjs": "^1.11.2",
"framer-motion": "^6.3.3",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.6.0",
"i18next": "^21.8.1",
"i18next-browser-languagedetector": "^6.1.4",
"jotai": "^1.6.6",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"rc-slider": "^10.0.0",
"react": "^18.0.0",
"react-colorful": "^5.5.1",
"react-dom": "^18.0.0",
"react-i18next": "^11.16.9",
"react-router-dom": "^6.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@actions/github": "^5.1.0",
"@tauri-apps/cli": "^1.1.1",
"@types/highlight.js": "^10.1.0",
"@types/lodash": "^4.14.182",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.23",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.0.0",
"node-fetch": "^3.2.10",
"sass": "^1.53.0",
"typescript": "^4.8.4",
"unocss": "^0.33.2",
"vite": "^3.0.4",
"vite-plugin-rsw": "^2.0.10",
"vite-tsconfig-paths": "^3.5.0"
}
}