-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.72 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "only-refs",
"version": "0.0.6",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"release:patch": "npx tauri-version patch",
"release:minor": "npx tauri-version minor",
"release:major": "npx tauri-version major",
"prettier": "prettier --write ./src/**/*.{html,js,jsx,md,mdx,ts,tsx}",
"test": "vitest",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri",
"serenity": "failsafe serenity:update serenity:clean wdio serenity:report",
"serenity:update": "serenity-bdd update",
"serenity:clean": "rimraf target",
"wdio": "wdio run ./wdio.conf.ts",
"serenity:report": "serenity-bdd run"
},
"license": "MIT",
"dependencies": {
"@fontsource-variable/nunito": "^5.0.17",
"@fontsource/prociono": "^5.0.19",
"@kobalte/core": "^0.12.6",
"@solid-primitives/keyboard": "^1.2.8",
"@solid-primitives/scheduled": "^1.4.3",
"@solidjs/router": "^0.12.3",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/solid-virtual": "^3.2.0",
"@tauri-apps/api": "^1.5.2",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-bubble-menu": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-task-item": "^2.2.4",
"@tiptap/extension-task-list": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@zoom-image/core": "^0.34.0",
"@zoom-image/solid": "^0.2.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"fuse.js": "^7.0.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.7.8",
"solid-motionone": "^1.0.0",
"solid-tiptap": "^0.7.0",
"solid-toast": "^0.5.0",
"solid-use": "^0.8.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-context-menu": "^0.7.0",
"terracotta": "^1.0.5",
"tiptap-markdown": "^0.8.10"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.7",
"@tauri-apps/cli": "^1.5.8",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/user-event": "^14.5.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@wdio/cli": "^8.36.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"solid-testing-library": "^0.5.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.8.0",
"vite-plugin-solid-svg": "^0.8.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.6.0"
}
}