|
4 | 4 | "private": true,
|
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
| 7 | + "build": "tsc && vite build", |
7 | 8 | "build-storybook": "storybook build",
|
8 | 9 | "dev": "vite",
|
9 | 10 | "init-msw": "msw init public/",
|
10 |
| - "lint": "eslint .", |
11 |
| - "lint:fix": "eslint --fix", |
| 11 | + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
12 | 12 | "preview": "vite preview",
|
13 | 13 | "storybook": "storybook dev -p 6006"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@layer5/sistent-components": "workspace:^", |
17 |
| - "@layer5/sistent-svg": "workspace:^" |
| 16 | + "@layer5/sistent-components": "^0.8.1-beta.10", |
| 17 | + "@layer5/sistent-svg": "^0.11.1-beta.3", |
| 18 | + "react": "^18.2.0", |
| 19 | + "react-dom": "^18.2.0" |
18 | 20 | },
|
19 | 21 | "devDependencies": {
|
20 | 22 | "@emotion/react": "^11.11.1",
|
21 | 23 | "@emotion/styled": "^11.11.0",
|
22 |
| - "@mui/material": "^5.14.16", |
23 |
| - "@storybook/addon-essentials": "^7.4.3", |
24 |
| - "@storybook/addon-interactions": "^7.4.3", |
25 |
| - "@storybook/addon-links": "^7.4.3", |
| 24 | + "@mui/icons-material": "^5.14.16", |
| 25 | + "@mui/material": "^5.14.17", |
| 26 | + "@storybook/addon-essentials": "^7.5.3", |
| 27 | + "@storybook/addon-interactions": "^7.5.3", |
| 28 | + "@storybook/addon-links": "^7.5.3", |
26 | 29 | "@storybook/addon-onboarding": "^1.0.8",
|
27 |
| - "@storybook/addon-styling": "^1.3.7", |
28 |
| - "@storybook/blocks": "^7.4.3", |
29 |
| - "@storybook/react": "^7.4.3", |
30 |
| - "@storybook/react-vite": "^7.4.3", |
31 |
| - "@storybook/testing-library": "^0.2.1", |
| 30 | + "@storybook/addon-themes": "^7.5.3", |
| 31 | + "@storybook/blocks": "^7.5.3", |
| 32 | + "@storybook/react": "^7.5.3", |
| 33 | + "@storybook/react-vite": "^7.5.3", |
| 34 | + "@storybook/testing-library": "^0.2.2", |
32 | 35 | "@types/react": "^18.2.15",
|
33 | 36 | "@types/react-dom": "^18.2.7",
|
34 | 37 | "@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
37 | 40 | "eslint": "^8.45.0",
|
38 | 41 | "eslint-plugin-react-hooks": "^4.6.0",
|
39 | 42 | "eslint-plugin-react-refresh": "^0.4.3",
|
40 |
| - "eslint-plugin-storybook": "^0.6.13", |
41 |
| - "msw": "^1.3.0", |
42 |
| - "msw-storybook-addon": "^1.8.0", |
43 |
| - "react": "^18.2.0", |
44 |
| - "react-dom": "^18.2.0", |
45 |
| - "storybook": "^7.4.3", |
| 43 | + "eslint-plugin-storybook": "^0.6.15", |
| 44 | + "msw": "^2.0.3", |
| 45 | + "msw-storybook-addon": "^1.10.0", |
| 46 | + "mui-datatables": "^4.3.0", |
| 47 | + "storybook": "^7.5.3", |
46 | 48 | "typescript": "^5.0.2",
|
47 |
| - "vite": "^4.5.0" |
| 49 | + "vite": "^4.4.5" |
| 50 | + }, |
| 51 | + "installConfig": { |
| 52 | + "hoistingLimits": "workspaces" |
48 | 53 | }
|
49 | 54 | }
|
0 commit comments