mirror of
https://github.com/penpot/penpot.git
synced 2026-02-27 14:54:02 +00:00
16 lines
407 B
JSON
16 lines
407 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"
|
|
}
|
|
}
|