-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.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": "^4.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@netlify/plugin-nextjs": "5.9.3",
"@playwright/test": "^1.49.1",
"@testing-library/dom": "^10.4.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@unpic/core": "workspace:^",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"process": "^0.11.10",
"publint": "^0.3.2",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vitest": "^3.0.2"
},
"resolutions": {
"cssstyle": "^4.2.1"
},
"packageManager": "[email protected]"
}