feat: Created base set of components
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "component-lib",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"package": "svelte-package",
|
||||
"build": "pnpm run package",
|
||||
"release": "pnpm run build && npm publish"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.15.1",
|
||||
"devDependencies": {
|
||||
"@sveltejs/package": "^2.5.1",
|
||||
"svelte": "^5.38.10",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user