Skip to content

Commit

Permalink
feat: add effect schema (#15) (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn authored Jun 9, 2024
1 parent 6742aa7 commit 0f47006
Show file tree
Hide file tree
Showing 4 changed files with 3,019 additions and 11 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,35 @@
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sinclair/typebox": "^0.32.14",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"date-fns": "^3.3.1",
"effect": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-preprocess-import-assets": "^1.1.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vitest": "^1.2.0",
"@sinclair/typebox": "^0.32.14",
"@sveltejs/adapter-static": "^3.0.1",
"@types/fs-extra": "^11.0.4",
"date-fns": "^3.3.1",
"effect": "^2.4.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"svelte-preprocess-import-assets": "^1.1.0"
"vitest": "^1.2.0"
},
"type": "module",
"dependencies": {}
"dependencies": {
"@effect/schema": "^0.67.21"
}
}
Loading

0 comments on commit 0f47006

Please sign in to comment.