forked from ProjectSegfault/website
01914aa149
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
961 B
JSON
34 lines
961 B
JSON
{
|
|
"name": "projectsegfaultwebsite",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"package": "svelte-kit package",
|
|
"preview": "svelte-kit preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "eslint --ignore-path .gitignore ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/kit": "next",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-svelte3": "^3.4.1",
|
|
"mdsvex": "^0.10.5",
|
|
"svelte": "^3.48.0",
|
|
"svelte-check": "^2.7.1",
|
|
"svelte-preprocess": "^4.10.6",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "~4.6.4"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@modular-css/svelte": "^28.1.0",
|
|
"@sveltejs/adapter-static": "next",
|
|
"svelte-seo": "^1.4.0"
|
|
}
|
|
}
|