-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.71 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "export NODE_TLS_REJECT_UNAUTHORIZED=0 && nuxt dev --host localhost",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate:apiabp": "export NODE_TLS_REJECT_UNAUTHORIZED=0 && openapi --input https://localhost:44388/swagger/v1/swagger.json --output ./services/proxy/src --client fetch",
"lint:ts": "eslint --ext \".ts,.vue\" --ignore-path .gitignore .",
"lint:check": "prettier --check .",
"lint": "pnpm run lint:ts && pnpm run lint:check",
"lint:fix": "prettier --write --list-different . && pnpm run lint:ts --fix"
},
"devDependencies": {
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
"nuxt": "^3.13.1",
"openapi-typescript-codegen": "^0.27.0",
"prettier": "^3.3.3",
"shadcn-nuxt": "^0.10.4",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"dependencies": {
"@tanstack/vue-table": "^8.20.5",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vueuse/core": "^10.11.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jwt-decode": "^4.0.0",
"lucide-vue-next": "^0.356.0",
"openid-client": "^5.7.0",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
},
"version": "1.1.0"
}