-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.71 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
{
"name": "@sb1/indeks",
"version": "1.0.0",
"private": true,
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "turbo run build",
"build-storybook": "turbo run build-storybook",
"dev": "turbo run dev",
"preview:docs": "pnpm --filter @sb1/indeks-docs preview",
"lint": "pnpm turbo run lint",
"test": "pnpm turbo run test -- --run",
"update-packages": "pnpm -r update",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset version && pnpm build && changeset publish",
"ci:publish": "pnpm turbo run build --filter=@sb1/indeks-tokens --filter=@sb1/indeks-utils --filter=@sb1/indeks-css --filter=@sb1/indeks-react --filter=@sb1/indeks-web && changeset publish",
"ci:version": "pnpm changeset version",
"check-licenses": "scripts/check-licenses.sh",
"update-snapshots": "pnpm --filter @sb1/indeks-storybook update-snapshots"
},
"pnpm": {
"overrides": {
"webpackbar": "^7.0.0"
}
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@eslint/js": "^10.0.1",
"autoprefixer": "^10.5.0",
"cssnano": "^7.1.9",
"eslint": "^10.4.1",
"eslint-plugin-compat": "^7.0.2",
"globals": "^17.6.0",
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-preset-env": "^11.3.0",
"stylelint": "^17.13.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-no-unsupported-browser-features": "^8.1.1",
"turbo": "^2.9.16",
"typescript-eslint": "^8.61.0"
}
}