generated from timlrx/tailwind-nextjs-starter-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.69 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
{
"name": "n4o-blog-nuxt",
"version": "0.1.0",
"private": true,
"type": "module",
"license": "MIT",
"readme": "README.md",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 4500",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"new-posts": "node ./scripts/createPosts.mjs",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "2.13.2",
"@nuxt/fonts": "0.9.2",
"@nuxt/icon": "1.5.2",
"@nuxt/image": "1.8.0",
"@nuxt/ui": "2.18.6",
"@nuxtjs/i18n": "8.5.5",
"@nuxtjs/tailwindcss": "6.12.1",
"@vueuse/core": "11.1.0",
"@vueuse/nuxt": "11.1.0",
"medium-zoom": "1.1.0",
"mermaid": "11.2.1",
"nuxt": "3.13.2",
"reading-time": "1.5.0",
"rehype-katex": "7.0.1",
"remark-math": "6.0.0",
"svg-pan-zoom": "3.6.1",
"to-xml": "0.1.11",
"uniqid": "5.4.0",
"vue3-carousel-nuxt": "1.1.3"
},
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.11.1",
"@iconify-json/simple-icons": "1.2.4",
"@nuxtjs/color-mode": "3.5.1",
"@sindresorhus/slugify": "2.2.1",
"@stylistic/eslint-plugin": "2.8.0",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@twemoji/api": "^15.1.0",
"@types/eslint": "9.6.1",
"@types/eslint__eslintrc": "2.1.2",
"@types/eslint__js": "8.42.3",
"@types/hast": "3.0.4",
"@types/mdast": "4.0.4",
"@types/postcss-js": "4.0.4",
"@types/uniqid": "5.3.4",
"ap-style-title-case": "2.0.0",
"asciinema-player": "3.8.0",
"consola": "3.2.3",
"dayjs-nuxt": "2.1.11",
"emoji-regex": "10.4.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-vue": "9.28.0",
"globals": "15.9.0",
"hast-util-find-and-replace": "5.0.1",
"hastscript": "9.0.0",
"mdast-util-find-and-replace": "3.0.1",
"postcss-js": "4.0.1",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"typescript-eslint": "8.7.0",
"unified": "11.0.5",
"unist-builder": "4.0.0",
"unist-util-find": "3.0.0",
"unist-util-visit": "5.0.0"
}
}