-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "@react-dynamic-fonts/repository",
"private": true,
"scripts": {
"prepublish": "pnpm build --filter=react-dynamic-fonts",
"build": "turbo build",
"start": "turbo start",
"dev": "turbo dev",
"test": "turbo test",
"test:e2e": "pnpm playwright test",
"lint": "prettier --write .",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@playwright/test": "^1.46.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"jsdom": "^25.0.0",
"prettier": "^3.3.3",
"tsup": "^8.0.2",
"turbo": "^2.1.0",
"typescript": "^5.4.5",
"vitest": "^2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/loveakinlesi/react-dynamic-fonts.git"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"packageManager": "[email protected]"
}