-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.01 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
{
"name": "md-editor",
"version": "0.1.0",
"description": "A NeutralinoJS Markdown editor",
"main": "frontend/src/windows/main/main.ts",
"scripts": {
"vite:dev": "vite",
"dev": "vite-node scripts/package/dev.ts",
"build": "npm run check && vite-node scripts/build/ts/index.ts",
"check": "svelte-check --tsconfig ./tsconfig.json",
"neu:empty": ""
},
"keywords": [
"svelte",
"neutralino",
"webdev",
"ts",
"editor"
],
"type": "module",
"author": "atanasov",
"license": "MIT",
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@expo/spawn-async": "^1.7.2",
"@neutralinojs/neu": "^10.1.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tsconfig/svelte": "^5.0.2",
"@types/signale": "^1.4.7",
"@types/tar": "^6.1.11",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"jszip": "^3.10.1",
"postcss": "^8.4.47",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"resedit": "^2.0.0",
"signale": "^1.4.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.14",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"typescript": "^5.5.0",
"typescript-eslint": "^8.0.0",
"vite": "6.0",
"vite-node": "^1.3.1"
},
"dependencies": {
"@neutralinojs/lib": "^5.3.0",
"@tiptap/core": "^2.11.2",
"@tiptap/extension-code-block-lowlight": "^2.11.3",
"@tiptap/extension-color": "^2.11.2",
"@tiptap/extension-text-style": "^2.11.2",
"@tiptap/pm": "^2.11.2",
"@tiptap/starter-kit": "^2.11.2",
"hotkeys-js": "^3.13.9",
"lowlight": "^3.3.0",
"paneforge": "^0.0.6",
"tiptap": "^1.32.2",
"tiptap-markdown": "^0.8.10",
"vite-plugin-string": "^1.2.3",
"yaml": "^2.6.1"
}
}