forked from egoist/dropcode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 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
{
"name": "dropcode",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"pack": "tauri build --target aarch64-apple-darwin && tauri build --target x86_64-apple-darwin"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.1.2",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-markdown": "^6.0.3",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.3.0",
"@codemirror/language": "^6.3.0",
"@codemirror/state": "^6.1.2",
"@floating-ui/dom": "^1.0.3",
"@preact/signals": "^1.1.2",
"@solidjs/router": "^0.5.0",
"@tauri-apps/api": "^1.1.0",
"@uiw/codemirror-theme-github": "^4.12.4",
"codemirror": "^6.0.1",
"dayjs": "^1.11.6",
"solid-floating-ui": "^0.1.0",
"solid-js": "^1.6.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@iconify/json": "^2.1.130",
"@tauri-apps/cli": "^1.1.0",
"@types/node": "^18.7.10",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.12",
"tailwindcss": "^3.2.1",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.6.4",
"unocss": "^0.46.1",
"vite": "^3.0.2",
"vite-plugin-solid": "^2.3.10"
}
}