forked from egoist/dropcode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.78 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
{
"name": "gamenotepad",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"release": "node -r esbuild-register ./scripts/release.ts"
},
"dependencies": {
"@babel/runtime": "^7.22.6",
"@codemirror/autocomplete": "^6.9.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.0",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.5.2",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/language": "^6.8.0",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.15.3",
"@floating-ui/dom": "^1.4.5",
"@preact/signals": "^1.1.5",
"@sentry/browser": "^7.60.0",
"@sentry/tracing": "^7.60.0",
"@solidjs/router": "^0.8.2",
"@tauri-apps/api": "^1.4.0",
"@uiw/codemirror-theme-github": "^4.21.8",
"codemirror": "^6.0.1",
"dayjs": "^1.11.9",
"nanoid": "^4.0.2",
"solid-floating-ui": "^0.2.1",
"solid-js": "^1.7.8",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.1.9",
"@iconify/json": "^2.2.93",
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^20.4.4",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"esbuild": "^0.18.15",
"esbuild-register": "^3.4.2",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6",
"unocss": "^0.53.6",
"vite": "^4.4.6",
"vite-plugin-solid": "^2.7.0"
}
}