-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.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
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
{
"name": "@drivenets/design-system-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@11.1.0",
"type": "module",
"scripts": {
"start": "pnpm run --filter @drivenets/design-system start",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "turbo run lint:root lint",
"lint:root": "eslint --max-warnings=0 .",
"typecheck": "turbo run typecheck typecheck:root",
"typecheck:root": "tsc",
"lint:versions": "syncpack lint",
"lint:spell": "cspell . --quiet",
"lint:unused": "knip",
"lint:dedupe": "pnpm dedupe --check",
"lint:build": "turbo run lint:build",
"test": "turbo run test",
"test:coverage": "turbo run test:coverage",
"test:requires-build": "turbo run test:requires-build",
"test:storybook-docs": "turbo run test:storybook-docs",
"build": "turbo run build",
"build:storybook": "turbo run build:storybook",
"figma:lint": "turbo run figma:lint",
"figma:publish": "pnpm run --filter @drivenets/design-system figma:publish",
"changelog": "changeset",
"prepare": "husky",
"pre-commit": "lint-staged"
},
"devDependencies": {
"@changesets/cli": "^2.31.1",
"@changesets/git": "^3.0.4",
"@changesets/read": "^0.6.7",
"@changesets/should-skip-package": "^0.1.2",
"@changesets/types": "^6.1.0",
"@changesets/write": "^0.4.0",
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@commitlint/types": "^21.2.0",
"@cspell/dict-cspell-bundle": "^2.0.64",
"@cspell/dict-mime-types": "^1.0.1",
"@drivenets/commitlint-plugin-internal": "workspace:*",
"@eslint/core": "catalog:",
"@eslint/js": "^10.0.1",
"@types/node": "^26.1.1",
"@typescript/native": "catalog:",
"@vitest/eslint-plugin": "^1.6.24",
"cspell": "^10.0.1",
"eslint": "catalog:",
"eslint-config-flat-gitignore": "^2.2.1",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-unicorn": "^71.1.0",
"globals": "^17.7.0",
"husky": "^9.1.7",
"knip": "^6.29.0",
"lint-staged": "^17.2.0",
"oxfmt": "^0.60.0",
"syncpack": "^15.3.2",
"turbo": "^2.10.6",
"typescript": "catalog:",
"typescript-eslint": "^8.63.0"
}
}