-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.52 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
{
"name": "sveltekit-iconify",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"start": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin=prettier-plugin-svelte . && eslint --ignore-path .gitignore .",
"lint:css": "stylelint \"src/**/*.{css,svelte}\"",
"prettier:check": "prettier --check --plugin=prettier-plugin-svelte .",
"format": "prettier --ignore-path .prettierignore --write --plugin=prettier-plugin-svelte ."
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@fontsource/martel": "^5.0.14",
"@fontsource/mate": "^5.0.20",
"@iconify/svelte": "^3.1.6",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"commitlint": "^19.2.2",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.37.0",
"husky": "^9.0.11",
"iconify-icon": "^2.1.0",
"postcss-html": "^1.6.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"stylelint": "^16.3.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "~5.4.5",
"vite": "^5.2.10"
},
"type": "module"
}