-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.91 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
54
55
56
57
58
59
60
{
"lock": false,
"name": "sveltekit-grammar-check",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"start": "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",
"lint": "prettier --plugin=prettier-plugin-svelte --plugin=@trivago/prettier-plugin-sort-imports . --check . && eslint .",
"lint:css": "stylelint \"src/**/*.{css,svelte}\"",
"format": "prettier --plugin=prettier-plugin-svelte --plugin=@trivago/prettier-plugin-sort-imports . --write ."
},
"devDependencies": {
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.19.0",
"@iconify/svelte": "^4.2.0",
"@sveltejs/adapter-netlify": "^4.4.1",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"commitlint": "^19.7.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"husky": "^9.1.7",
"postcss": "^8.5.1",
"postcss-csso": "^6.0.1",
"postcss-custom-media": "^11.0.5",
"postcss-html": "^1.8.0",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"stylelint": "^16.14.1",
"stylelint-config-recommended": "^15.0.0",
"stylelint-config-standard": "^37.0.0",
"svelte": "^5.19.7",
"svelte-check": "^4.1.4",
"svgo": "^3.3.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"vite": "^6.0.11",
"vite-node": "^3.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/rodneylab/sveltekit-grammar-check"
},
"bugs": {
"url": "https://github.com/rodneylab/sveltekit-grammar-check/issues"
},
"type": "module"
}