-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky install"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/tailwindcss": "^6.10.4",
"@prettier/sync": "^0.3.0",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vueuse/core": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"nuxt": "^3.9.3",
"nuxt-icon": "^0.6.8",
"prettier": "^3.2.4",
"prettier-plugin-classnames": "^0.3.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"vue": "^3.4.14",
"vue-eslint-parser": "^9.4.0",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/content": "^2.10.0",
"@nuxt/ui": "^2.13.0",
"dayjs": "^1.11.10",
"eslint-plugin-tailwindcss": "^3.14.0",
"remark-reading-time": "^2.0.1"
}
}