-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 3.26 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
{
"name": "@area17/vitrine-ui",
"version": "1.0.0",
"description": "[![Latest Version on Packagist](https://img.shields.io/packagist/v/area17/vitrine-ui.svg?style=flat-square)](https://packagist.org/packages/area17/vitrine-ui) [![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/area17/vitrine-ui/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/area17/vitrine-ui/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/area17/vitrine-ui/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/area17/vitrine-ui/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/area17/vitrine-ui.svg?style=flat-square)](https://packagist.org/packages/area17/vitrine-ui)",
"license": "Apache-2.0",
"type": "module",
"main": "tailwind.config.cjs",
"scripts": {
"deps:check": "npx npm-check-updates",
"deps:upgrade": "npx npm-check-updates -u",
"precommit": "lint-staged",
"prepare": "husky",
"test": "echo \"Error: no test specified\" && exit 1"
},
"lint-staged": {
"package.json": "npx sort-package-json",
"**/*": "sh tools/linters.sh conflict-markers",
"**/*.js": "sh tools/linters.sh eslint",
"**/*.php": "sh tools/linters.sh lint",
"**/*.{js,html,css,php}": "sh tools/linters.sh prettify"
},
"devDependencies": {
"@area17/a17-helpers": "~3.2.3",
"@area17/a17-tailwind-plugins": "^3.8.1",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@shufo/prettier-plugin-blade": "~1.14.1",
"body-scroll-lock-upgrade": "~1.0.3",
"eslint": "~9.8.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-simple-import-sort": "~12.1.1",
"eslint-plugin-unused-imports": "~4.0.1",
"focus-trap": "~7.5.2",
"globals": "~15.9.0",
"husky": "~9.1.4",
"lint-staged": "~15.2.7",
"prettier": "~3.3.3",
"prettier-plugin-tailwindcss": "~0.6.5",
"sort-package-json": "~2.10.0"
},
"peerDependencies": {
"@area17/a17-behaviors": ">=0.4",
"@area17/a17-helpers": "3.x",
"@area17/a17-tailwind-plugins": "3.x",
"body-scroll-lock-upgrade": "1.x",
"focus-trap": "7.x",
"tailwindcss": "3.x"
},
"authors": [
{
"name": "Tim Brook",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Mike Byrne",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Antonin Caudron",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Antoine Doury",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Antonio Ribeiro",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Florrie Sharp",
"email": "[email protected]",
"role": "Developer"
}
]
}