-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 996 Bytes
/
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "npx nuxt prepare",
"lint": "tsc --noEmit && eslint **/*.{ts,vue} && prettier --check . '!pnpm-lock.yaml' --ignore-path \".gitignore\""
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/levenshtein": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@unhead/schema": "^1.9.11",
"dayjs": "^1.11.10",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"levenshtein": "^1.0.5",
"moment": "^2.30.1",
"nitropack": "^2.9.6",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.6.10",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.1",
"typescript": "^5.5.3",
"vue-tsc": "^2.0.26"
}
}