45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@watta/university-website",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"start": "svelte-kit start",
|
|
"lint": "prettier --check . && eslint --ignore-path .gitignore .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "next",
|
|
"@sveltejs/kit": "next",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"autoprefixer": "^10.2.5",
|
|
"cssnano": "^5.0.1",
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-svelte3": "^3.2.0",
|
|
"mdsvex": "^0.9.0",
|
|
"postcss": "^8.2.12",
|
|
"postcss-load-config": "^3.0.1",
|
|
"prettier": "~2.2.1",
|
|
"prettier-plugin-svelte": "^2.2.0",
|
|
"rehype-autolink-headings": "^5.0.1",
|
|
"rehype-slug": "^4.0.1",
|
|
"remark-abbr": "^1.4.1",
|
|
"remark-github": "^10.0.1",
|
|
"svelte": "^3.37.0",
|
|
"svelte-preprocess": "^4.7.2",
|
|
"tailwindcss": "^2.1.2",
|
|
"tailwindcss-theme-variants": "^1.11.0-beta.1",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.2.4",
|
|
"vite": "^2.2.3",
|
|
"vite-imagetools": "^3.4.0"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">= 12.17.0"
|
|
}
|
|
}
|