mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 05:18:36 +00:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"name": "composable-test-suite",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite build --watch",
|
|
"init": "pnpm run build && pnpm run start",
|
|
"build": "tsc && vite build",
|
|
"build:headless": "vite build --config vite.config.headless.ts",
|
|
"test:ci": "pnpm run build:headless && tsx ci/run-ci.ts",
|
|
"preview": "vite preview",
|
|
"bootstrap": "pnpm install --ignore-workspace && pnpm run build && pnpm run start",
|
|
"types:check": "tsc --noEmit",
|
|
"fmt": "prettier --write src ci index.html",
|
|
"clean": "rm -rf dist/"
|
|
},
|
|
"dependencies": {
|
|
"@penpot/plugin-styles": "1.4.2",
|
|
"@penpot/plugin-types": "1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.62.1",
|
|
"prettier": "^3.9.6",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.2.0",
|
|
"vite-live-preview": "^0.4.0"
|
|
},
|
|
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
|
|
}
|