-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.88 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
{
"name": "workspace",
"private": true,
"description": "Simple, high performance client side app renderer for Fastify.",
"scripts": {
"watch": "pnpm -F=fastify-renderer watch",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"lint": "eslint \"packages/**/*.{js,ts,tsx}\"",
"lint:fix": "prettier --loglevel warn --write \"packages/**/*.{ts,tsx}\" && eslint \"packages/**/*.{ts,tsx}\" --quiet --fix",
"release": "pnpm -F=fastify-renderer publish",
"preinstall": "npx only-allow pnpm",
"prerelease": "pnpm -F=fastify-renderer exec gitpkg publish",
"test": "vitest --pool=forks --run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-renderer.git"
},
"keywords": [
"fastify",
"react",
"ssr"
],
"contributors": [
"Harry Brundage <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-renderer/issues"
},
"engines": {
"node": ">= 12.0.0"
},
"dependencies": {
"fastify-renderer": "workspace:*"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.1.0",
"vitest": "^2.1.2",
"playwright-chromium": "^1.39.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.3",
"wds": "^0.18.1"
},
"pnpm": {
"overrides": {
"react": "0.0.0-experimental-4ead6b530",
"react-dom": "0.0.0-experimental-4ead6b530",
"@types/react": "17.0.4",
"@types/react-dom": "17.0.4"
}
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}