-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 4.68 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
{
"name": "@acdh-oeaw/viecpro-frontend",
"private": true,
"license": "MIT",
"type": "module",
"engines": {
"node": "22.x",
"pnpm": "9.x"
},
"packageManager": "[email protected]",
"scripts": {
"analyze": "nuxt analyze",
"build": "nuxt build --dotenv ./.env.local",
"dev": "nuxt dev --dotenv ./.env.local",
"format:check": "prettier . \"!./@(content|public)/**\" --cache --cache-location ./.prettiercache --check --ignore-path ./.gitignore",
"format:fix": "pnpm run format:check --write",
"generate": "nuxt generate --dotenv ./.env.local",
"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",
"setup": "is-ci || simple-git-hooks",
"start": "nuxt preview --dotenv ./.env.local",
"test": "exit 0",
"test:e2e": "dotenv -c test -- playwright test",
"test:e2e:codegen": "playwright codegen",
"test:e2e:install": "playwright install --with-deps",
"test:e2e:ui": "dotenv -c test -- playwright test --ui",
"test:e2e:update-snapshots": "dotenv -c test -- 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.1.12",
"@acdh-oeaw/style-variants": "^0.1.0",
"@fontsource-variable/roboto-flex": "^5.1.0",
"@headlessui-float/vue": "^0.15.0",
"@headlessui/vue": "^1.7.23",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.8.1",
"@nuxtjs/i18n": "9.0.0-rc.2",
"@tanstack/vue-query": "^5.59.13",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"d3": "^7.9.0",
"fast-glob": "^3.3.2",
"instantsearch.js": "^4.75.1",
"is-ci": "^3.0.1",
"json-as-xlsx": "^2.5.6",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.451.0",
"npm-run-all2": "^6.2.4",
"nuxt": "^3.13.2",
"nuxt3-leaflet": "^1.0.13",
"pino-http": "^10.3.0",
"radix-vue": "^1.9.7",
"typesense": "^1.8.2",
"typesense-instantsearch-adapter": "^2.8.0",
"valibot": "^0.42.1",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-i18n-routing": "^1.2.0",
"vue-instantsearch": "^4.19.7",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@acdh-oeaw/eslint-config": "^2.0.3",
"@acdh-oeaw/eslint-config-nuxt": "^2.0.8",
"@acdh-oeaw/eslint-config-playwright": "^2.0.4",
"@acdh-oeaw/eslint-config-tailwindcss": "^2.0.3",
"@acdh-oeaw/eslint-config-vue": "^2.0.6",
"@acdh-oeaw/prettier-config": "^2.0.0",
"@acdh-oeaw/stylelint-config": "^2.0.4",
"@acdh-oeaw/tsconfig": "^1.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint": "^0.5.7",
"@playwright/test": "^1.48.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.6",
"axe-core": "^4.10.1",
"axe-playwright": "^2.0.3",
"ci-info": "^4.0.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"dotenv-expand": "^11.0.6",
"eslint": "^9.12.0",
"eslint-config-flat-gitignore": "^0.3.0",
"globals": "^15.11.0",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.10.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
},
"pnpm": {
"overrides": {
"@typescript-eslint/typescript-estree": "^8.10.0"
}
},
"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"
}
}