-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 4.41 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "@mia-platform-internal/console-design-system-react",
"packageManager": "[email protected]",
"version": "0.13.2",
"type": "module",
"main": "dist/cjs/console-design-system-react.cjs",
"module": "dist/es/console-design-system-react.js",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"icons"
],
"description": "Mia Platform Design System",
"author": "Mia Platform Core Team <[email protected]>",
"license": "Apache-2.0",
"contributors": [
"Daniele Cinà <[email protected]>",
"Davide Bianchi <[email protected]>",
"Edoardo Pessina <[email protected]>",
"Federico Maggi <[email protected]>",
"Federico Pini <[email protected]>",
"Giovanna Monti <[email protected]>",
"Giovanni Tommasi <[email protected]>",
"Paola Nicosia <[email protected]>",
"Riccardo Corona <[email protected]>",
"Luca Maltagliati <[email protected]>",
"Guido Zoli <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/mia-platform/design-system.git"
},
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build-icons": "node --no-warnings --loader=ts-node/esm scripts/build-icons.ts",
"build": "rm -rf ./dist -rf && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"lint:fix": "yarn lint --fix",
"checkonly": "find ./src -name '*.test.tsx' | xargs grep '\\.only'; test $? -eq 123",
"unit": "jest --watchAll",
"coverage": "yarn unit --coverage --watchAll=false --reporters=default",
"test": "yarn lint && yarn checkonly && yarn coverage",
"storybook": "storybook dev -p 6006",
"test-storybook": "test-storybook --watchAll",
"build-storybook": "storybook build",
"addlicense": "addlicense -c 'Mia srl' -s -ignore src/**/*.ts",
"check-license": "addlicense -c 'Mia srl' -check -s -ignore src/**/*.ts",
"update-themes": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/themes/scripts/updateThemes.ts"
},
"dependencies": {
"@fontsource/inter": "^5.1.0",
"antd": "5.21.1",
"lodash-es": "^4.17.21",
"react-icons": "^5.3.0"
},
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@mia-platform/eslint-config-mia": "^3.0.0",
"@playwright/test": "^1.48.2",
"@storybook/addon-a11y": "^7.6.17",
"@storybook/addon-designs": "^7.0.9",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.17",
"@storybook/manager-api": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.17",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/traverse": "^0.6.37",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"camelcase": "^8.0.0",
"cheerio": "^1.0.0",
"classnames": "^2.5.1",
"domhandler": "^5.0.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^0.9.0",
"glob": "^11.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-transformer-svg": "^2.0.2",
"jest-watch-typeahead": "^2.2.2",
"react": "^18.3.0",
"react-dom": "^18.3.1",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^7.6.17",
"tar": "^7.4.3",
"traverse": "^0.6.10",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=18"
}
}