-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
41
42
43
44
45
46
47
48
49
50
{
"name": "ouvroirv2",
"version": "0.0.1",
"private": true,
"homepage": "/",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/kit": "^2.6.4",
"@types/markdown-it": "^14.1.2",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"markdown-it-iframe": "^1.0.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-carousel": "^1.0.25",
"svelte-check": "^4.0.4",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"type": "module",
"dependencies": {
"@mdit/plugin-attrs": "^0.13.1",
"@mdit/plugin-figure": "^0.13.1",
"@sveltejs/adapter-static": "^3.0.5",
"boxicons": "^2.1.4",
"flexsearch": "^0.7.43",
"front-matter": "^4.0.2",
"markdown-it": "^14.1.0",
"markdown-it-front-matter": "^0.2.4",
"markdown-it-inline-comments": "^1.0.1",
"markdown-it-renderer": "^2.4.1",
"markdown-it-to-text": "^1.0.0",
"random-a11y-combo": "^1.0.0"
}
}