mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 08:01:39 -05:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"name": "example-styles",
|
|
"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 ."
|
|
}
|
|
}
|