-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "postage",
"description": "An web based email or other messaging client",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint:typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"@tiptap/extension-color": "^2.0.0-beta.8",
"@tiptap/extension-paragraph": "^2.0.0-beta.22",
"@tiptap/extension-text-style": "^2.0.0-beta.22",
"@tiptap/starter-kit": "^2.0.0-beta.140",
"@tiptap/vue-3": "^2.0.0-beta.80",
"autoprefixer": "^10.4.0",
"date-fns": "^2.27.0",
"dompurify": "^2.3.3",
"idb": "^6.1.5",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"tailwindcss-children": "^2.1.0",
"vue": "^3.2.16",
"vue-inline-svg": "^3.1.0",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^16.11.10",
"@vitejs/plugin-vue": "^1.9.3",
"typescript": "^4.5.2",
"vite": "^2.6.4",
"vue-tsc": "^0.29.6"
}
}