generated from redte-ch/redte.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 3.05 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@redtech/maisonquiroga",
"version": "0.1.0",
"type": "module",
"license": "AGPL-3.0-or-later",
"private": true,
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">= 20.0.0",
"npm": ">= 10.0.0"
},
"scripts": {
"build": "astro build",
"check": "run-p check:astro check:eslint check:prettier check:stylelint",
"check:astro": "astro check",
"check:eslint": "eslint .",
"check:prettier": "prettylint .",
"check:stylelint": "stylelint '**/*.{css,astro,svelte}'",
"dev": "astro dev",
"format": "run-s format:eslint format:prettier format:stylelint",
"format:eslint": "yarn check:eslint --fix",
"format:prettier": "prettier . --write",
"format:stylelint": "yarn check:stylelint --fix",
"prepare": "run-s prepare:pip prepare:fonts prepare:husky",
"prepare:fonts": "raku ./scripts/convert-fonts.raku",
"prepare:husky": "husky",
"prepare:pip": "pip install -r requirements.txt",
"preview": "astro preview",
"test": "vitest --run",
"todo": "leasot src/**/*.{js,ts,cjs,mjs}"
},
"devDependencies": {
"@archoleat/stylelint-config-extended-scss": "^1.6.12",
"@astrojs/check": "^0.9.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/svelte": "^5.7.0",
"@astrojs/tailwind": "^5.1.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@playform/compress": "^0.1.1",
"@types/node": "^22.1.0",
"astro": "^4.13.1",
"astro-better-image-service": "^2.0.14",
"astro-compressor": "^0.4.1",
"astro-eslint-parser": "^1.0.2",
"astro-meta-tags": "^0.3.0",
"astro-page-insight": "^0.8.5",
"astro-purgecss": "^4.3.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.4",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-functional": "^7.0.0",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"fontaine": "^0.5.0",
"husky": "^9.1.4",
"leasot": "^14.4.0",
"lowdb": "^7.0.1",
"neostandard": "^0.11.2",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.41",
"postcss-html": "^1.7.0",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettylint": "^2.0.0",
"purgecss": "^6.0.0",
"schema-dts": "^1.1.2",
"stylelint": "^16.8.1",
"stylelint-config-astro": "^1.0.4",
"stylelint-config-cloudfour-suit": "^10.0.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"svelte": "^4.2.18",
"svelte-eslint-parser": "^0.41.0",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"ts-pattern": "^5.3.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vitest": "^2.0.5"
}
}