-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
38 lines (38 loc) · 1.06 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": "unpic-img-workspace",
"private": true,
"license": "MIT",
"scripts": {
"build:packages": "pnpm run --filter '@unpic/*' build",
"lint:publint": "pnpm run --filter '@unpic/*' publint",
"test": "pnpm run --filter '@unpic/*' test",
"format": "pnpm prettier --write **/*.{ts,tsx,js,jsx,json,md,astro}"
},
"dependencies": {
"unpic": "^3.22.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@netlify/plugin-nextjs": "5.8.1",
"@playwright/test": "^1.48.2",
"@testing-library/dom": "^10.4.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@unpic/core": "workspace:^",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"process": "^0.11.10",
"publint": "^0.2.12",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"resolutions": {
"cssstyle": "^4.1.0"
},
"packageManager": "pnpm@9.13.1"
}