-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.47 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
{
"name": "@axiscommunications/fluent-components",
"version": "10.4.1",
"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": "dprint fmt",
"format:check": "dprint check",
"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"
},
"dependencies": {
"cmd-ts": "^0.13.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"depcheck": "1.4.7",
"dprint": "0.47.5",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.0",
"sort-package-json": "2.12.0",
"tools": "file:tools",
"ts-node": "^10.9.2",
"typescript": "^4.5.5"
},
"packageManager": "[email protected]"
}