mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 07:02:58 +00:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"name": "create-palette-plugin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:watch": "vite build --watch --mode development",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"test": "vitest"
|
|
}
|
|
}
|