-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.97 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
85
86
87
88
89
90
91
92
93
94
{
"name": "afb-requests",
"packageManager": "[email protected]",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"_docs:dev": "nuxt dev --spa --tunnel --host apps/ui",
"build_debug": "NODE_OPTIONS='--trace-deprecation' dotenv nuxt build apps/ui",
"build": "dotenv nuxt build apps/ui",
"caddy": "caddy run --config /etc/caddy/Caddyfile",
"dev": "dotenv nuxt dev apps/ui",
"django:run": "pnpm django runserver_plus --print-sql",
"django:shell": "pnpm django shell_plus",
"django:test": "pnpm django test",
"django": "PYTHONPATH=$(pwd) dotenv python apps/api/manage.py",
"generate": "nuxt generate apps/ui",
"host": "nuxt dev --host apps/ui",
"lint": "eslint apps/ui",
"mailpit": "mailpit -d .local/mailpit.db",
"postinstall": "nuxt prepare apps/ui",
"prettier": "prettier --write \"apps/ui/src/**/*.{ts,tsx}\"",
"preview": "nuxt preview apps/ui",
"test": "jest apps/ui",
"typecheck": "nuxt typecheck apps/ui"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@googlemaps/js-api-loader": "^1.16.6",
"@iconify-json/game-icons": "^1.1.9",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.107",
"@iconify-json/streamline": "^1.1.8",
"@nuxt/fonts": "^0.6.1",
"@nuxt/image": "^1.7.0",
"@sidebase/nuxt-auth": "^0.7.2",
"@tailwindcss/forms": "^0.5.7",
"@typescript-eslint/parser": "^7.14.1",
"@unovis/vue": "^1.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vueform/nuxt": "^1.6.0",
"@vueform/plugin-mask": "^1.0.7",
"@vueform/vueform": "^1.9.12",
"@vueuse/nuxt": "^10.11.0",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"next": "^14.2.4",
"next-auth": "~4.24.7",
"nitro": "^0.0.0",
"nuxt-og-image": "3.0.0-rc.43",
"nuxt-snackbar": "^1.0.4",
"pinia": "^2.1.7",
"prettier": "^3.3.2",
"vue": "^3.4.30",
"vue-router": "^4.4.0",
"vue3-google-map": "^0.20.0",
"vue3-smooth-dnd": "^0.0.6",
"ws": "^8.17.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.7",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/test-utils": "^3.13.1",
"@nuxt/types": "^2.18.0",
"@nuxt/typescript-build": "^3.0.2",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "npm:@nuxt/[email protected]",
"@nuxthq/studio": "^1.1.2",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@types/google.maps": "^3.55.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"favicons": "^7.2.0",
"happy-dom": "^14.12.3",
"jest": "^29.7.0",
"nuxt": "^3.12.2",
"playwright-core": "^1.45.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
},
"resolutions": {
"vue": "^3.4.0"
}
}