-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "fast-endpoints-docs",
"version": "0.0.1",
"author": {
"name": "Stefan Bogdanovic",
"email": "bogdanovic.stefan@protonmail.com"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit sync",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint 'src/**/*.{ts,js}' 'svelte.config.js' 'vite.config.ts'",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.61.1",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/typography": "^0.5.4",
"@types/marked": "^4.0.7",
"@types/node": "^25.9.1",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"clsx": "^1.1.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte": "^3.18.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.6.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.14",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^4.0.1",
"shiki": "^4.1.0",
"svelte": "^5.55.10",
"svelte-check": "^4.4.8",
"tailwindcss": "^3.1.6",
"tslib": "^2.3.1",
"typescript": "^6.0.3",
"vite": "^8.0.14"
},
"type": "module",
"dependencies": {
"flexsearch": "^0.7.31",
"marked": "^4.2.2"
}
}