mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 04:48:39 +00:00
17 lines
579 B
JSON
17 lines
579 B
JSON
{
|
|
"name": "create-palette-plugin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --emptyOutDir",
|
|
"watch": "vite build --watch --mode development",
|
|
"serve": "vite preview",
|
|
"init": "concurrently --kill-others --names build,serve \"pnpm run watch\" \"pnpm run serve\"",
|
|
"lint": "eslint .",
|
|
"test": "vitest"
|
|
},
|
|
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
|
|
}
|