-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
4,830 additions
and
6,979 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,3 @@ node_modules | |
!.env.example | ||
*.g.* | ||
.vercel* | ||
|
||
# yarn | ||
cache | ||
install-state.gz |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "anime-captcha", | ||
"version": "1.4.158", | ||
"version": "1.5.160", | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -13,12 +13,11 @@ | |
}, | ||
"homepage": "https://github.com/Leomotors/anime-captcha", | ||
"scripts": { | ||
"pre-build": "yarn lm-config && node prebuild.js", | ||
"dev": "yarn lm-inc && yarn pre-build && vite dev", | ||
"build": "yarn pre-build && vite build", | ||
"pre-build": "pnpm lm-config && node prebuild.js", | ||
"dev": "pnpm lm-inc && pnpm pre-build && vite dev -p 6912", | ||
"build": "pnpm pre-build && vite build", | ||
"package": "svelte-kit package", | ||
"preview": "vite preview", | ||
"prepare": "svelte-kit sync", | ||
"test": "playwright test", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
|
@@ -27,34 +26,33 @@ | |
}, | ||
"devDependencies": { | ||
"@leomotors/scripts": "^3.1.0", | ||
"@playwright/test": "^1.24.2", | ||
"@sveltejs/adapter-vercel": "^1.0.0-next.66", | ||
"@sveltejs/kit": "1.0.0-next.398", | ||
"@types/eslint": "^8.4.5", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"@playwright/test": "^1.25.0", | ||
"@sveltejs/adapter-vercel": "1.0.0-next.67", | ||
"@sveltejs/kit": "1.0.0-next.428", | ||
"@types/eslint": "^8.4.6", | ||
"@typescript-eslint/eslint-plugin": "^5.33.1", | ||
"@typescript-eslint/parser": "^5.33.1", | ||
"autoprefixer": "^10.4.8", | ||
"eslint": "^8.20.0", | ||
"eslint": "^8.22.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"globby": "^13.1.2", | ||
"postcss": "^8.4.14", | ||
"postcss": "^8.4.16", | ||
"postcss-load-config": "^4.0.1", | ||
"prettier": "^2.7.1", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"prettier-plugin-tailwindcss": "^0.1.13", | ||
"rimraf": "^3.0.2", | ||
"sass": "^1.54.0", | ||
"sass": "^1.54.5", | ||
"svelte": "^3.49.0", | ||
"svelte-check": "^2.8.0", | ||
"svelte-check": "^2.8.1", | ||
"svelte-preprocess": "^4.10.7", | ||
"tailwindcss": "^3.1.7", | ||
"tailwindcss": "^3.1.8", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.4", | ||
"vite": "^3.0.9", | ||
"vite-plugin-pwa": "^0.12.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.