-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
84 lines (84 loc) · 2.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"private": true,
"type": "module",
"license": "MIT",
"devDependencies": {
"@hotwired/stimulus": "^3.2.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"path": "^0.12.7",
"prettier": "^3.3.3",
"rollup": "^4.24.3",
"stimulus-vite-helpers": "^3.1.0",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10"
},
"scripts": {
"build": "vite build"
},
"name": "note-os",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/x-tropy/noteos.git",
"author": "x-tropy <[email protected]>",
"dependencies": {
"@lottiefiles/dotlottie-vue": "^0.5.3",
"@rails/ujs": "^7.1.3-4",
"@tabler/icons-vue": "^3.21.0",
"@tiptap-pro/extension-details": "^2.13.0",
"@tiptap-pro/extension-details-content": "^2.13.0",
"@tiptap-pro/extension-details-summary": "^2.13.0",
"@tiptap-pro/extension-emoji": "2.9.1",
"@tiptap-pro/extension-file-handler": "^2.11.9",
"@tiptap-pro/extension-table-of-contents": "^2.13.0",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-code-block": "^2.9.1",
"@tiptap/extension-code-block-lowlight": "^2.9.1",
"@tiptap/extension-hard-break": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-list-item": "^2.4.0",
"@tiptap/extension-ordered-list": "^2.4.0",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-table": "^2.9.1",
"@tiptap/extension-table-cell": "^2.9.1",
"@tiptap/extension-table-header": "^2.9.1",
"@tiptap/extension-table-row": "^2.9.1",
"@tiptap/extension-task-item": "^2.9.1",
"@tiptap/extension-task-list": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-typography": "^2.9.1",
"@tiptap/extension-youtube": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/suggestion": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "^11.2.0",
"crelt": "^1.0.6",
"emojibase": "^15.3.1",
"emojibase-data": "^15.3.2",
"fabric": "^6.4.3",
"highlight.js": "^11.10.0",
"lowlight": "^3.1.0",
"postcss": "^8.4.47",
"primevue": "^4.1.1",
"tippy.js": "^6.3.7",
"tiptap-extension-figma": "^1.0.4",
"title-case": "^4.3.2",
"vite-plugin-rails": "^0.5.0",
"vue": "^3.5.12",
"vue-tippy": "v6",
"vuedraggable": "^4.1.0"
},
"packageManager": "[email protected]"
}