Dalai Felinto
a61bbcfd2a
git clone --depth 1 https://github.com/penpot/penpot-plugin-starter-template
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "penpot-plugin-starter-template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite-live-preview",
|
|
"build": "tsc && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@penpot/plugin-styles": "0.10.0",
|
|
"@penpot/plugin-types": "0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-live-preview": "^0.2.2"
|
|
}
|
|
}
|