-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.12 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.12 KB
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
{
"name": "@axiscommunications/fluent-components",
"version": "11.5.2",
"private": true,
"description": "Axis branded theme, components and examples for Fluent UI v9",
"repository": {
"type": "git",
"url": "https://github.com/AxisCommunications/fluent-components.git"
},
"license": "MIT",
"author": "Axis Communications AB",
"scripts": {
"build": "pnpm -r build",
"check": "pnpm format:check && pnpm lint",
"check:unused-deps": "pnpm -r check:unused-deps",
"clear:deps": "find . -type d -name node_modules -prune -exec rm -rf {} \\;",
"dev": "pnpm --filter examples dev",
"format": "biome format --write",
"format:check": "biome format",
"lint": "pnpm -r lint",
"sort:check": "sort-package-json '**/package.json' '!**/node_modules/**/package.json' --check",
"sort:run": "sort-package-json '**/package.json' '!**/node_modules/**/package.json'",
"test": "pnpm -r test"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"depcheck": "1.4.7",
"sort-package-json": "3.1.0",
"tools": "file:tools",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.5.0"
}