forked from pacocoursey/next-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 834 Bytes
/
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
{
"name": "next-themes",
"private": true,
"scripts": {
"prepublish": "pnpm build --filter=next-themes",
"build": "turbo build",
"start": "turbo start",
"dev": "turbo dev",
"test": "turbo test",
"test:e2e": "pnpm playwright test",
"lint": "prettier . --write"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@testing-library/react": "^14.2.1",
"@types/node": "20.5.7",
"@types/react": "^18.2.65",
"@types/react-dom": "18.2.7",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"turbo": "^1.10.12",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/trm217/next-themes.git"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.1.0"
}