-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
51
52
53
{
"name": "howcani",
"version": "2.2.3",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"deploy": "yarn build && ./deploy.sh $npm_package_version",
"lint": "eslint ./src --ext .js --ext .json",
"serve": "vite preview",
"test": "vitest run",
"test:watch": "vitest watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"prepare": "husky install"
},
"author": {
"name": "Jan Baer",
"email": "info@janbaer.de"
},
"license": "ISC",
"devDependencies": {
"@bytemd/plugin-gfm": "1.21.0",
"@mdi/js": "7.4.47",
"@svelte-parts/editor": "0.0.26",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@vitest/ui": "1.6.0",
"autoprefixer": "10.4.19",
"c8": "9.1.0",
"cssnano": "7.0.2",
"date-fns": "3.6.0",
"eslint": "8.57.0",
"eslint-plugin-json-light": "1.0.3",
"eslint-plugin-svelte3": "^4.0.0",
"github-markdown-css": "5.5.1",
"http-status-codes": "2.3.0",
"husky": "9.0.11",
"marked": "12.0.2",
"postcss": "8.4.38",
"postcss-load-config": "6.0.1",
"prettier": "3.3.1",
"prettier-plugin-svelte": "3.2.4",
"sass": "1.77.4",
"svelte": "4.2.18",
"svelte-materialify": "0.3.11",
"svelte-preprocess": "5.1.4",
"svelte-spa-router": "4.0.1",
"svelte-tags-input": "6.0.0",
"vite": "5.2.13",
"vitest": "1.6.0"
},
"dependencies": {}
}