partially refactor components to ui package
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "@repo/ui",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"module": "index.ts",
|
||||
"main": "index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.ts",
|
||||
"svelte": "./index.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@repo/eslint-config": "workspace:*",
|
||||
"@repo/tailwindcss-config": "workspace:*",
|
||||
"@repo/typescript-config": "workspace:*",
|
||||
"eslint": "^9.24.0",
|
||||
"svelte": "^5.25.3",
|
||||
"@sveltejs/kit": "^2.20.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@repo/validate": "workspace:*",
|
||||
"@jsrob/svelte-portal": "^0.2.1",
|
||||
"country-state-city": "^3.2.1",
|
||||
"libphonenumber-js": "^1.12.6",
|
||||
"melt": "^0.12.0",
|
||||
"phosphor-svelte": "^3.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user