|
1 | 1 | { |
2 | | - "name": "@js-smart/react-kit", |
3 | | - "version": "5.10.0", |
4 | | - "license": "MIT", |
5 | | - "private": false, |
6 | | - "type": "module", |
7 | | - "scripts": { |
8 | | - "nx": "nx", |
9 | | - "start": "nx serve", |
10 | | - "build": "nx build react-kit", |
11 | | - "build:demo": "nx build", |
12 | | - "test": "nx test react-kit ", |
13 | | - "update": "nx migrate latest" |
14 | | - }, |
15 | | - "dependencies": { |
16 | | - "@emotion/react": "^11.14.0", |
17 | | - "@emotion/styled": "^11.14.1", |
18 | | - "@mui/icons-material": "^7.2.0", |
19 | | - "@mui/material": "^7.2.0", |
20 | | - "@mui/x-data-grid": "^7.29.7", |
21 | | - "date-fns": "^4.1.0", |
22 | | - "react": "^18.3.1 || ^19.0.0", |
23 | | - "react-dom": "^18.3.1 || ^19.0.0", |
24 | | - "react-router-dom": "^7.6.3" |
25 | | - }, |
26 | | - "devDependencies": { |
27 | | - "@babel/core": "^7.27.1", |
28 | | - "@babel/preset-react": "^7.27.1", |
29 | | - "@nx/cypress": "21.0.0", |
30 | | - "@nx/devkit": "21.0.0", |
31 | | - "@nx/eslint": "21.0.0", |
32 | | - "@nx/eslint-plugin": "21.0.0", |
33 | | - "@nx/js": "21.0.0", |
34 | | - "@nx/react": "21.0.0", |
35 | | - "@nx/vite": "21.0.0", |
36 | | - "@nx/web": "21.0.0", |
37 | | - "@nx/workspace": "21.0.0", |
38 | | - "@semantic-release/git": "^10.0.1", |
39 | | - "@semantic-release/npm": "^12.0.1", |
40 | | - "@swc-node/register": "1.10.10", |
41 | | - "@swc/cli": "0.6.0", |
42 | | - "@swc/core": "1.11.24", |
43 | | - "@swc/helpers": "0.5.17", |
44 | | - "@testing-library/jest-dom": "^6.5.0", |
45 | | - "@testing-library/react": "16.3.0", |
46 | | - "@types/node": "22.15.14", |
47 | | - "@types/react": "19.1.3", |
48 | | - "@types/react-dom": "19.1.3", |
49 | | - "@typescript-eslint/eslint-plugin": "8.32.0", |
50 | | - "@typescript-eslint/parser": "8.32.0", |
51 | | - "@vitejs/plugin-react": "^4.4.1", |
52 | | - "@vitest/coverage-v8": "^3.1.3", |
53 | | - "@vitest/ui": "^3.1.3", |
54 | | - "eslint": "~9.26.0", |
55 | | - "eslint-config-prettier": "10.1.2", |
56 | | - "eslint-plugin-import": "2.31.0", |
57 | | - "eslint-plugin-jsx-a11y": "6.10.2", |
58 | | - "eslint-plugin-react": "7.37.5", |
59 | | - "eslint-plugin-react-hooks": "5.2.0", |
60 | | - "jest-mock": "^29.7.0", |
61 | | - "jiti": "2.4.2", |
62 | | - "jsdom": "~26.1.0", |
63 | | - "nx": "21.0.0", |
64 | | - "prettier": "^3.5.3", |
65 | | - "sass": "^1.87.0", |
66 | | - "semantic-release": "^24.2.3", |
67 | | - "typescript": "^5.8.3", |
68 | | - "vite": "^6.3.5", |
69 | | - "vite-plugin-dts": "^4.5.3", |
70 | | - "vite-plugin-mkcert": "^1.17.8", |
71 | | - "vitest": "^3.1.3" |
72 | | - }, |
73 | | - "peerDependencies": { |
74 | | - "@emotion/react": "^11.14.0", |
75 | | - "@emotion/styled": "^11.14.0", |
76 | | - "@mui/icons-material": "^7.1.0", |
77 | | - "@mui/material": "^7.1.0", |
78 | | - "@mui/x-data-grid": "^8.2.0", |
79 | | - "date-fns": "^4.1.0", |
80 | | - "react": "^18.3.1 || ^19.0.0", |
81 | | - "react-dom": "^18.3.1 || ^19.0.0", |
82 | | - "react-router-dom": "^7.5.3" |
83 | | - }, |
84 | | - "release": { |
85 | | - "branches": [ |
86 | | - "main" |
87 | | - ], |
88 | | - "plugins": [ |
89 | | - "@semantic-release/commit-analyzer", |
90 | | - "@semantic-release/release-notes-generator", |
91 | | - [ |
92 | | - "@semantic-release/npm", |
93 | | - { |
94 | | - "pkgRoot": "dist/react-kit" |
95 | | - } |
96 | | - ], |
97 | | - "@semantic-release/git", |
98 | | - "@semantic-release/github" |
99 | | - ] |
100 | | - } |
| 2 | + "name": "@js-smart/react-kit", |
| 3 | + "version": "5.10.0", |
| 4 | + "license": "MIT", |
| 5 | + "private": false, |
| 6 | + "type": "module", |
| 7 | + "scripts": { |
| 8 | + "nx": "nx", |
| 9 | + "start": "nx serve", |
| 10 | + "build": "nx build react-kit", |
| 11 | + "build:demo": "nx build", |
| 12 | + "test": "nx test react-kit ", |
| 13 | + "update": "nx migrate latest" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@emotion/react": "^11.14.0", |
| 17 | + "@emotion/styled": "^11.14.1", |
| 18 | + "@mui/icons-material": "^7.2.0", |
| 19 | + "@mui/material": "^7.2.0", |
| 20 | + "@mui/x-data-grid": "^7.29.7", |
| 21 | + "date-fns": "^4.1.0", |
| 22 | + "react": "^18.3.1 || ^19.0.0", |
| 23 | + "react-dom": "^18.3.1 || ^19.0.0", |
| 24 | + "react-router-dom": "^7.6.3" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@babel/core": "^7.27.1", |
| 28 | + "@babel/preset-react": "^7.27.1", |
| 29 | + "@nx/cypress": "21.2.1", |
| 30 | + "@nx/devkit": "21.2.1", |
| 31 | + "@nx/eslint": "21.2.1", |
| 32 | + "@nx/eslint-plugin": "21.2.1", |
| 33 | + "@nx/js": "21.2.1", |
| 34 | + "@nx/react": "21.2.1", |
| 35 | + "@nx/vite": "21.2.1", |
| 36 | + "@nx/web": "21.2.1", |
| 37 | + "@nx/workspace": "21.2.1", |
| 38 | + "@semantic-release/git": "^10.0.1", |
| 39 | + "@semantic-release/npm": "^12.0.1", |
| 40 | + "@swc-node/register": "1.10.10", |
| 41 | + "@swc/cli": "0.6.0", |
| 42 | + "@swc/core": "1.11.24", |
| 43 | + "@swc/helpers": "0.5.17", |
| 44 | + "@testing-library/jest-dom": "^6.5.0", |
| 45 | + "@testing-library/react": "16.3.0", |
| 46 | + "@types/node": "22.15.14", |
| 47 | + "@types/react": "19.1.3", |
| 48 | + "@types/react-dom": "19.1.3", |
| 49 | + "@typescript-eslint/eslint-plugin": "8.32.0", |
| 50 | + "@typescript-eslint/parser": "8.32.0", |
| 51 | + "@vitejs/plugin-react": "^4.4.1", |
| 52 | + "@vitest/coverage-v8": "^3.1.3", |
| 53 | + "@vitest/ui": "^3.1.3", |
| 54 | + "eslint": "~9.26.0", |
| 55 | + "eslint-config-prettier": "10.1.2", |
| 56 | + "eslint-plugin-import": "2.31.0", |
| 57 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 58 | + "eslint-plugin-react": "7.37.5", |
| 59 | + "eslint-plugin-react-hooks": "5.2.0", |
| 60 | + "jest-mock": "^29.7.0", |
| 61 | + "jiti": "2.4.2", |
| 62 | + "jsdom": "~26.1.0", |
| 63 | + "nx": "21.2.1", |
| 64 | + "prettier": "^3.5.3", |
| 65 | + "sass": "^1.87.0", |
| 66 | + "semantic-release": "^24.2.3", |
| 67 | + "typescript": "^5.8.3", |
| 68 | + "vite": "^6.3.5", |
| 69 | + "vite-plugin-dts": "^4.5.3", |
| 70 | + "vite-plugin-mkcert": "^1.17.8", |
| 71 | + "vitest": "^3.1.3" |
| 72 | + }, |
| 73 | + "peerDependencies": { |
| 74 | + "@emotion/react": "^11.14.0", |
| 75 | + "@emotion/styled": "^11.14.0", |
| 76 | + "@mui/icons-material": "^7.1.0", |
| 77 | + "@mui/material": "^7.1.0", |
| 78 | + "@mui/x-data-grid": "^8.2.0", |
| 79 | + "date-fns": "^4.1.0", |
| 80 | + "react": "^18.3.1 || ^19.0.0", |
| 81 | + "react-dom": "^18.3.1 || ^19.0.0", |
| 82 | + "react-router-dom": "^7.5.3" |
| 83 | + }, |
| 84 | + "release": { |
| 85 | + "branches": [ |
| 86 | + "main" |
| 87 | + ], |
| 88 | + "plugins": [ |
| 89 | + "@semantic-release/commit-analyzer", |
| 90 | + "@semantic-release/release-notes-generator", |
| 91 | + [ |
| 92 | + "@semantic-release/npm", |
| 93 | + { |
| 94 | + "pkgRoot": "dist/react-kit" |
| 95 | + } |
| 96 | + ], |
| 97 | + "@semantic-release/git", |
| 98 | + "@semantic-release/github" |
| 99 | + ] |
| 100 | + } |
101 | 101 | } |
0 commit comments