-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "jsdoc-type-generator",
"version": "2.0.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. .",
"formatAndLint": "prettier --write --plugin-search-dir=. . && eslint --fix --ignore-path .gitignore .",
"prepare": "husky install",
"test": "uvu tests"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.22.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte": "^2.32.4",
"husky": "^6.0.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.10.1",
"pretty-quick": "^3.1.3",
"svelte": "^4.1.1",
"uvu": "^0.5.6",
"vite": "^4.4.5"
},
"type": "module",
"packageManager": "pnpm@8.0.0",
"dependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@lukeed/uuid": "^2.0.1",
"cookie": "^0.4.2",
"json5": "^2.2.3",
"simple-icons": "^4.25.0"
}
}