-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.35 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
{
"name": "@wmata-train-tracker/nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint --ext \".ts,.vue\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "pnpm lint:js && pnpm lint:prettier",
"lintfix": "prettier --write --list-different . && pnpm lint:js --fix"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@nuxtjs/eslint-module": "4.0.2",
"@nuxtjs/google-fonts": "3.0.0",
"@nuxtjs/tailwindcss": "6.6.8",
"@pinia-plugin-persistedstate/nuxt": "1.1.1",
"@types/node": "18",
"@vueuse/core": "10.1.2",
"@vueuse/nuxt": "10.1.2",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"nuxt": "3.4.3",
"nuxt-headlessui": "1.1.4",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.2.8",
"typescript": "5.0.4"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.6",
"@pinia/nuxt": "0.4.11",
"@trpc/client": "10.26.0",
"@trpc/server": "10.26.0",
"@wmata-train-tracker/frontend": "workspace:^",
"@wmata-train-tracker/shared": "workspace:^",
"superjson": "1.12.3",
"trpc-nuxt": "0.10.1",
"zod": "3.21.4"
}
}