svelte-otp
Advanced tools
Comparing version 0.0.2 to 0.0.4
{ | ||
"name": "svelte-otp", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "svelte Otp", | ||
@@ -14,2 +14,5 @@ "type": "module", | ||
"@semantic-release/release-notes-generator": "^9.0.1", | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/kit": "next", | ||
"@sveltejs/package": "next", | ||
"@sveltejs/vite-plugin-svelte": "^1.0.1", | ||
@@ -20,2 +23,3 @@ "@tsconfig/svelte": "^3.0.0", | ||
"autoprefixer": "^10.4.8", | ||
"cssnano": "^5.1.13", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -28,2 +32,3 @@ "eslint": "^8.23.0", | ||
"postcss": "^8.4.16", | ||
"postcss-cli": "^10.0.0", | ||
"postcss-nested": "^5.0.6", | ||
@@ -38,5 +43,2 @@ "prettier": "^2.7.1", | ||
"typescript": "^4.6.4", | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/kit": "next", | ||
"@sveltejs/package": "next", | ||
"vite": "^3.1.0-beta.1" | ||
@@ -79,5 +81,5 @@ }, | ||
"./OtpInput/OtpInput.svelte": "./OtpInput/OtpInput.svelte", | ||
"./OtpInput/otp.postcss": "./OtpInput/otp.postcss", | ||
"./OtpInput/otp.css": "./OtpInput/otp.css", | ||
"./TextInput/Index.svelte": "./TextInput/Index.svelte", | ||
"./TextInput/textinput.postcss": "./TextInput/textinput.postcss", | ||
"./TextInput/textinput.css": "./TextInput/textinput.css", | ||
".": "./index.js" | ||
@@ -84,0 +86,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13395
34