forked from WordPress/openverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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": "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": {
"postinstall": "pnpm --filter './packages/*' run build",
"preeslint": "pnpm --filter '@openverse/eslint-plugin' run build",
"eslint": "eslint --ext .js,.ts,.vue,.json,.json5 --ignore-path .gitignore --ignore-path .eslintignore --max-warnings=0 frontend automations/js packages .pnpmfile.cjs .eslintrc.js prettier.config.js tsconfig.base.json"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 18.0.0 <19",
"pnpm": ">= 8.12.1"
},
"volta": {
"node": "18.19.1"
},
"devDependencies": {
"@openverse/eslint-plugin": "workspace:0.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"typescript": "5.2.2",
"vue-tsc": "1.8.27"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom",
"consola",
"eslint"
],
"allowedVersions": {
"babel-core": "7.0.0-bridge.0"
}
}
}
}