-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@milkdown/crepe": "^7.15.2",
"@milkdown/kit": "^7.15.2",
"@milkdown/theme-nord": "^7.15.2",
"@milkdown/vue": "^7.15.2",
"@nuxt/icon": "^1.10.3",
"@pinia/nuxt": "^0.10.1",
"@tailwindcss/vite": "^4.0.8",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@vueup/vue-quill": "^1.2.0",
"eslint": "^9.21.0",
"nuxt": "^3.15.4",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.4.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.8",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/tabler": "^1.2.26",
"@nuxt/eslint": "^1.2.0",
"@tailwindcss/typography": "^0.5.19",
"daisyui": "^5.0.0-beta.8",
"typescript": "^5.8.2"
}
}