-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"type": "module",
"name": "tablog-svelte",
"private": true,
"repository": "lemmon/tablog-svelte",
"homepage": "https://github.com/lemmon/tablog-svelte",
"bugs": "https://github.com/lemmon/tablog-svelte/issues",
"author": "lemmon",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"dependencies": {
"slugify": "~1.6.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "~4.0.0",
"@sveltejs/kit": "~2.16.0",
"@sveltejs/vite-plugin-svelte": "~5.0.0",
"@tailwindcss/vite": "~4.0.0",
"@types/eslint": "^9.6.0",
"date-fns": "~4.1.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-svelte": "^2.46.0",
"eslint": "^9.14.0",
"globals": "^15.14.0",
"js-base64": "~3.7.0",
"mdsvex": "~0.12.0",
"prettier-plugin-svelte": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"prettier": "^3.4.0",
"svelte": "~5.19.0",
"tailwindcss": "~4.0.0",
"vite": "~6.0.0"
}
}