-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
39 lines (39 loc) · 1.12 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
{
"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",
"publish": "pnpm run --filter '@unpic/*' publish",
"format": "pnpm prettier --write **/*.{ts,tsx,js,jsx,json,md,astro}"
},
"dependencies": {
"unpic": "^3.19.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.8.1",
"@playwright/test": "^1.48.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/svelte": "^5.2.4",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.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": "^5.4.10",
"vitest": "^2.1.4"
},
"resolutions": {
"cssstyle": "^4.1.0"
},
"packageManager": "pnpm@9.12.3"
}