-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
51
52
53
54
{
"name": "stringeraser",
"private": true,
"version": "0.0.0",
"type": "module",
"repository": {
"url": "https://github.com/slainless/stringeraser"
},
"scripts": {
"vite:build": "vite build",
"dev": "vite",
"build": "bun --env-file=.env run vite:build",
"build:singlefile": "SINGLEFILE=true ASSET_BASE=./ vite build",
"preview": "vite preview",
"test": "vitest",
"deploy": "bun run build && bunx gh-pages -d dist"
},
"dependencies": {
"@kobalte/core": "^0.13.7",
"@lexical/clipboard": "^0.21.0",
"@lexical/history": "^0.21.0",
"@lexical/html": "^0.21.0",
"@lexical/plain-text": "^0.21.0",
"@lexical/text": "^0.21.0",
"@lexical/utils": "^0.21.0",
"@unocss/reset": "^0.65.1",
"async-mutex": "^0.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"lexical": "^0.21.0",
"lucide-solid": "^0.468.0",
"safe-regex2": "^4.0.0",
"solid-js": "^1.9.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.1",
"@types/wicg-file-system-access": "^2023.10.5",
"jsdom": "^25.0.1",
"typescript": "~5.6.2",
"unocss": "^0.65.1",
"unocss-preset-animations": "^1.1.0",
"vite": "^6.0.1",
"vite-plugin-singlefile": "^2.0.3",
"vite-plugin-solid": "^2.11.0",
"vitest": "^2.1.8"
},
"trustedDependencies": [
"@biomejs/biome"
]
}