-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.11 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
{
"name": "webmardi.ch",
"type": "module",
"version": "2.1.1",
"scripts": {
"icons:build": "svg-sprite -s --symbol-inline --symbol-dest public --symbol-sprite icons.svg src/assets/icons/*.svg",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint:js": "eslint --ext js,jsx,ts,tsx,astro ./ --max-warnings=0",
"fix:js": "eslint --ext js,jsx,ts,tsx,astro ./ --max-warnings=0 --fix",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "5.1.4",
"@tailwindcss/forms": "^0.5.10",
"astro": "5.1.7",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"jsonp": "^0.2.1",
"query-string": "^9.1.1",
"ramda": "^0.30.1",
"react": "^19.0.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.6.0",
"tailwind-underline-utils": "^1.1.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/jsonp": "^0.2.3",
"@types/ramda": "^0.30.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"dotenv": "^16.4.7",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-astro": "^0.31.3",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwind": "^0.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.4.0",
"pinst": "^3.0.0",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"svg-sprite": "^2.0.4"
}
}