-
Notifications
You must be signed in to change notification settings - Fork 213
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "openverse",
"description": "Openverse is a search engine for openly-licensed content.",
"private": true,
"version": "0.0.0",
"repository": "WordPress/openverse",
"bugs": {
"url": "https://github.com/WordPress/openverse/issues"
},
"author": "Openverse <[email protected]>",
"scripts": {
"prepare:nuxt": "pnpm --filter frontend run prepare:nuxt"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 22.0.0 <23"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@types/node": "^22.8.5",
"@openverse/eslint-plugin": "workspace:*",
"bindings": "1.5.0",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"typescript": "5.6.3",
"typescript-eslint": "^8.12.2",
"vue-tsc": "2.1.10"
},
"pnpm": {
"overrides": {
"nitropack": "~2.9.7",
"vite": "^6.0.1",
"@intlify/core-base": "10.0.5",
"@intlify/message-compiler": "10.0.5",
"@intlify/shared": "10.0.5",
"@vercel/nft": "^0.27.4",
"@vue/compiler-sfc": "3.5.13"
}
}
}