-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
{
"name": "protohiro-effects-monorepo",
"private": true,
"version": "0.1.3",
"description": "Zero-wrapper React CSS effects engine.",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "pnpm -r build",
"changeset": "changeset",
"clean": "pnpm -r clean",
"lint": "eslint .",
"release": "changeset publish",
"test": "vitest run",
"test:watch": "vitest",
"test:visual": "playwright test -c tests/visual/playwright.config.ts",
"typecheck": "pnpm -r typecheck",
"version-packages": "changeset version",
"demo": "pnpm --filter @protohiro/effects-demo dev"
},
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.50.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"jsdom": "^26.0.0",
"prettier": "^3.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^3.0.5"
}
}