mirror of
https://github.com/penpot/penpot.git
synced 2026-02-23 18:27:55 -05:00
15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"name": "example-styles",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"watch": "vite build --watch --mode development",
|
|
"init": "concurrently --kill-others --names build,serve \"pnpm run watch\" \"pnpm run serve\"",
|
|
"serve": "vite preview",
|
|
"lint": "eslint ."
|
|
}
|
|
}
|