generated from acdh-oeaw/template-app-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
179 lines (179 loc) · 5.25 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "@acdh-oeaw/frischmuth-frontend",
"private": true,
"license": "MIT",
"type": "module",
"engines": {
"node": "22.x",
"pnpm": "10.x"
},
"packageManager": "[email protected]",
"scripts": {
"analyze": "nuxt analyze --dotenv ./.env.local",
"build": "nuxt build --dotenv ./.env.local",
"dev": "nuxt dev --dotenv ./.env.local",
"dev:cms": "decap-server",
"format:check": "prettier . \"!./@(content|public)/**\" --cache --cache-location ./.prettiercache --check",
"format:fix": "pnpm run format:check --write",
"generate": "nuxt generate --dotenv ./.env.local",
"generate:api-client": "dotenv -c -- tsx ./scripts/generate-api-client.ts",
"lint:check": "run-p --continue-on-error \"lint:*:check\"",
"lint:fix": "run-p --continue-on-error \"lint:*:fix\"",
"lint:code:check": "eslint . --cache",
"lint:code:fix": "pnpm run lint:code:check --fix",
"lint:styles:check": "stylelint \"./**/*.@(css|vue)\" --cache --ignore-path ./.gitignore",
"lint:styles:fix": "pnpm run lint:styles:check --fix",
"postinstall": "nuxt prepare",
"preinstall": "npx only-allow pnpm",
"prepare": "run-s setup generate:api-client",
"setup": "is-ci || simple-git-hooks",
"start": "nuxt preview --dotenv ./.env.local",
"test": "exit 0",
"test:e2e": "playwright test",
"test:e2e:codegen": "playwright codegen",
"test:e2e:install": "playwright install --with-deps",
"test:e2e:ui": "playwright test --ui",
"test:e2e:update-snapshots": "playwright test --update-snapshots",
"types:check": "nuxt typecheck",
"validate": "run-p format:check lint:check types:check test test:e2e"
},
"dependencies": {
"@acdh-oeaw/lib": "^0.2.0",
"@fontsource-variable/inter": "^5.1.1",
"@nuxt/image": "^1.9.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.2.0",
"@radix-icons/vue": "^1.0.0",
"@sindresorhus/transliterate": "^1.6.0",
"@stefanprobst/netlify-cms-oauth-client": "^0.4.0",
"@tanstack/vue-query": "^5.66.0",
"@tanstack/vue-table": "^8.20.5",
"@turf/turf": "^7.2.0",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"@zodios/core": "^10.9.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cva": "1.0.0-beta.1",
"embla-carousel-vue": "^8.5.2",
"fast-glob": "^3.3.3",
"lucide-vue-next": "^0.475.0",
"maplibre-gl": "^5.1.0",
"nuxt": "^3.15.4",
"pino-http": "^10.4.0",
"radix-vue": "^1.9.13",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"satori": "^0.12.1",
"shadcn-vue": "^0.11.3",
"tailwind-merge": "^2.6.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.5",
"valibot": "1.0.0-beta.15",
"vaul-vue": "^0.2.1",
"vfile-matter": "^5.0.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.1",
"vue-i18n-routing": "^1.2.0",
"vue-router": "^4.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@acdh-oeaw/eslint-config": "^2.0.6",
"@acdh-oeaw/eslint-config-node": "^2.0.6",
"@acdh-oeaw/eslint-config-nuxt": "^2.0.11",
"@acdh-oeaw/eslint-config-playwright": "^2.0.7",
"@acdh-oeaw/eslint-config-tailwindcss": "^2.0.8",
"@acdh-oeaw/eslint-config-vue": "^2.0.9",
"@acdh-oeaw/prettier-config": "^2.0.1",
"@acdh-oeaw/stylelint-config": "^2.1.0",
"@acdh-oeaw/tsconfig": "^1.3.0",
"@nuxt/devtools": "^2.0.0",
"@nuxt/eslint": "^1.0.1",
"@playwright/test": "^1.50.1",
"@tailwindcss/typography": "^0.5.16",
"@types/geojson": "^7946.0.16",
"@types/node": "^22.13.1",
"axe-core": "^4.10.2",
"axe-playwright": "^2.1.0",
"ci-info": "^4.1.0",
"decap-server": "^3.2.0",
"dotenv": "^16.4.7",
"dotenv-cli": "^8.0.0",
"dotenv-expand": "^12.0.1",
"eslint": "^9.20.0",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-plugin-check-file": "^3.0.0",
"globals": "^15.14.0",
"is-ci": "^4.1.0",
"lint-staged": "^15.4.3",
"npm-run-all2": "^7.0.2",
"openapi-zod-client": "^1.18.2",
"openapi3-ts": "^4.4.0",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.14.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.23.0",
"vite": "^6.1.0",
"vue-tsc": "^2.1.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"@intlify/vue-i18n-bridge",
"@intlify/vue-router-bridge",
"@parcel/watcher",
"esbuild",
"sharp",
"simple-git-hooks",
"vue-demi"
]
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">=0.75%",
"not dead",
"not op_mini all"
]
},
"lint-staged": {
"*.@(vue)": [
"eslint --cache --fix",
"stylelint --cache --fix",
"prettier --cache --cache-location ./.prettiercache --write"
],
"*.@(js|ts)": [
"eslint --cache --fix",
"prettier --cache --cache-location ./.prettiercache --write"
],
"*.@(css)": [
"stylelint --cache --fix",
"prettier --cache --cache-location ./.prettiercache --write"
],
"*.!(css|js|ts|vue),!./@(content|public)/**": "prettier --cache --cache-location ./.prettiercache --ignore-unknown --write"
},
"postcss": {
"plugins": {
"tailwindcss": {}
}
},
"prettier": "@acdh-oeaw/prettier-config",
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"stylelint": {
"extends": "@acdh-oeaw/stylelint-config"
}
}