-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.93 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.93 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "dev-kit-italia",
"version": "0.0.0",
"description": "Web components del Design system .italia",
"private": true,
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/italia/dev-kit-italia.git"
},
"author": "Presidenza del Consiglio dei Ministri",
"homepage": "https://italia.github.io/dev-kit-italia",
"bugs": {
"url": "https://github.com/italia/dev-kit-italia/issues"
},
"type": "module",
"scripts": {
"analyze": "turbo run analyze",
"build": "turbo run build analyze",
"lint": "turbo run lint",
"format": "turbo run format",
"clean": "turbo run clean && rimraf .turbo storybook-static coverage node_modules",
"prepare": "husky && pnpm test:setup",
"release": "pnpm build && changeset publish",
"changeset": "changeset",
"test:setup": "pnpm exec playwright install",
"test:setup:ci": "pnpm exec playwright install --with-deps --only-shell",
"test": "turbo run test --concurrency 1",
"storybook:build": "pnpm build && storybook build",
"storybook:deploy": "pnpm dlx gh-pages -d storybook-static -m 'chore: update documentation [ci skip]' --nojekyll",
"storybook": "storybook dev -p 6006",
"reinstall": "pnpm clean && pnpm install && pnpm build"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.31.0",
"@chromatic-com/storybook": "^4.1.1",
"@open-wc/eslint-config": "^12.0.3",
"@storybook/addon-a11y": "^9.1.13",
"@storybook/addon-docs": "^9.1.13",
"@storybook/addon-links": "^9.1.13",
"@storybook/web-components-vite": "^9.1.13",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"bootstrap-italia": "catalog:",
"design-tokens-italia": "catalog:",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-x": "^4.15.1",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-storybook": "^9.1.13",
"eslint-plugin-wc": "^1.5.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"lit": "catalog:",
"playwright": "^1.60.0",
"prettier": "^3.3.2",
"prettier-v2": "npm:prettier@2.8.8",
"rimraf": "^6.0.1",
"storybook": "^9.1.19",
"storybook-addon-tag-badges": "^2.0.4",
"storybook-version": "0.1.4",
"stylelint": "^16.20.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-recommended-scss": "^15.0.1",
"stylelint-prettier": "^5.0.3",
"turbo": "^2.9.14"
},
"pnpm": {
"overrides": {
"react": "19.2.0",
"react-dom": "19.2.0",
"esbuild@<=0.24.2": ">=0.25.0"
}
},
"engines": {
"node": "20.x || 22.x || 24.x"
},
"packageManager": "pnpm@10.11.0",
"dependencies": {
"@splidejs/splide-extension-intersection": "^0.2.0"
}
}