-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.69 KB
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
{
"name": "nebula",
"type": "module",
"version": "0.0.1",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint ."
},
"dependencies": {
"@antfu/eslint-config": "7.2.0",
"@csstools/postcss-global-data": "4.0.0",
"@floating-ui/vue": "1.1.9",
"@iconify-json/material-symbols": "1.2.48",
"@nuxt/fonts": "0.13.0",
"@nuxt/icon": "2.2.1",
"@nuxtjs/i18n": "10.2.1",
"@tiptap/extension-highlight": "3.11.0",
"@tiptap/extension-image": "3.11.0",
"@tiptap/extension-link": "3.11.0",
"@tiptap/extension-table": "3.11.0",
"@tiptap/extension-table-cell": "3.11.0",
"@tiptap/extension-table-header": "3.11.0",
"@tiptap/extension-table-row": "3.11.0",
"@tiptap/extension-text-align": "3.11.0",
"@tiptap/extension-underline": "3.11.0",
"@tiptap/pm": "3.11.0",
"@tiptap/starter-kit": "3.11.0",
"@tiptap/vue-3": "3.11.0",
"@types/color": "4.2.0",
"@vueuse/components": "14.0.0",
"@vueuse/core": "14.0.0",
"@vueuse/nuxt": "14.0.0",
"color": "5.0.3",
"dayjs": "1.11.19",
"eslint": "9.39.1",
"eslint-plugin-format": "1.0.2",
"fuse.js": "7.1.0",
"nuxt-typed-router": "4.0.2",
"postcss": "8.5.6",
"postcss-preset-env": "11.1.1",
"theme-colors": "0.1.0",
"typescript": "5.9.3",
"vue": "3.5.29",
"vue-tsc": "3.1.5"
},
"devDependencies": {
"nuxt": "4.3.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"vue-demi"
]
}
}