-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 961 Bytes
/
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
{
"name": "ariabones",
"type": "module",
"description": "Headless, accessible and minimalistc components, compliant to WAI-ARIA specifications",
"author": "Nicolas Accetta",
"license": "ISC",
"scripts": {
"dev": "run-p dev:**",
"dev:app:playground": "pnpm --filter @ariabones/playground run dev",
"dev:package:button": "pnpm --filter @ariabones/button run dev",
"build": "pnpm --recursive --filter --sort !@ariabones/playground run build",
"lint": "pnpm --recursive --filter !@ariabones/playground run lint",
"lint:fix": "pnpm --recursive --filter !@ariabones/playground run lint:fix",
"version": "changeset version",
"publish": "pnpm --recursive --filter !@ariabones/playground run publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@changesets/cli": "^2.27.1",
"eslint": "~8.56.0",
"eslint-plugin-format": "^0.1.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3"
}
}